
        .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: #ffffbd4d;
--theme-color-100: #fff7b180;
--theme-color-200: #fddd98b3;
--theme-color-300: #e3c481;
--theme-color-400: #c9ac6a;
--theme-color-500: #af9453;
--theme-color-600: #967d3d;
--theme-color-700: #7e6628;
--theme-color-800: #665112;
--theme-color-900: #4e3c00;
        }
        