
        .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: #ff7cff4d;
--theme-color-100: #ff6fff80;
--theme-color-200: #ff52f9b3;
--theme-color-300: #e332df;
--theme-color-400: #c800c5;
--theme-color-500: #ae00ac;
--theme-color-600: #930094;
--theme-color-700: #79007c;
--theme-color-800: #5f0065;
--theme-color-900: #47004f;
        }
        