
        .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: #acfbff4d;
--theme-color-100: #9feeff80;
--theme-color-200: #85d4f3b3;
--theme-color-300: #6bbbd9;
--theme-color-400: #51a3c0;
--theme-color-500: #348ba8;
--theme-color-600: #0d7490;
--theme-color-700: #005e79;
--theme-color-800: #004862;
--theme-color-900: #00344d;
        }
        