
        .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: #caffff4d;
--theme-color-100: #bdfffd80;
--theme-color-200: #a4e5e3b3;
--theme-color-300: #8bccca;
--theme-color-400: #73b3b1;
--theme-color-500: #5b9b99;
--theme-color-600: #438382;
--theme-color-700: #2a6c6b;
--theme-color-800: #0d5655;
--theme-color-900: #004141;
        }
        