
        .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: #ffff974d;
--theme-color-100: #fdff8a80;
--theme-color-200: #e2ff71b3;
--theme-color-300: #c8f457;
--theme-color-400: #aeda3d;
--theme-color-500: #94c11f;
--theme-color-600: #7ba800;
--theme-color-700: #619000;
--theme-color-800: #487900;
--theme-color-900: #316200;
        }
        