
        .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: #c2e1ff4d;
--theme-color-100: #b5d4ff80;
--theme-color-200: #9bbcffb3;
--theme-color-300: #81a3f9;
--theme-color-400: #668cdf;
--theme-color-500: #4c75c6;
--theme-color-600: #2e5fad;
--theme-color-700: #004a95;
--theme-color-800: #00367d;
--theme-color-900: #002466;
        }
        