
        .storefront {
            font-family:
                // "Montserrat", 
                system-ui,
                -apple-system,
                BlinkMacSystemFont,
                "Segoe UI",
                Roboto,
                Oxygen,
                Ubuntu,
                Cantarell,
                "Open Sans",
                "Helvetica Neue",
                sans-serif !important;
        }
        
        :root {
            /* Theme defaults */
            --font-size-base: 16px;
            --text-color-primary: #0f172a;
            --text-color-secondary: #4b5563;
            --text-color-tertiary: #6b7280;
            --page-default-spacing: 24px;

            /* Website palette */
            --theme-color-50: #f0ff9c4d;
--theme-color-100: #e2ff8f80;
--theme-color-200: #c8ff77b3;
--theme-color-300: #aeeb5e;
--theme-color-400: #94d145;
--theme-color-500: #7bb82b;
--theme-color-600: #62a007;
--theme-color-700: #498800;
--theme-color-800: #2e7000;
--theme-color-900: #135a00;
        }
        