
        .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: #c5ffef4d;
--theme-color-100: #b8ffe280;
--theme-color-200: #9effc9b3;
--theme-color-300: #84eab0;
--theme-color-400: #6bd098;
--theme-color-500: #51b781;
--theme-color-600: #369e6a;
--theme-color-700: #158654;
--theme-color-800: #006f3f;
--theme-color-900: #00582a;
        }
        