
        .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: #cbfcfe4d;
--theme-color-100: #bfeff180;
--theme-color-200: #a6d5d7b3;
--theme-color-300: #8ebcbe;
--theme-color-400: #76a4a6;
--theme-color-500: #5f8c8e;
--theme-color-600: #487577;
--theme-color-700: #325f61;
--theme-color-800: #1b494b;
--theme-color-900: #013537;
        }
        