
        .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: #ffc8e24d;
--theme-color-100: #febcd580;
--theme-color-200: #e4a3bcb3;
--theme-color-300: #ca8ba4;
--theme-color-400: #b1748c;
--theme-color-500: #985d75;
--theme-color-600: #80475f;
--theme-color-700: #69324a;
--theme-color-800: #521d35;
--theme-color-900: #3c0722;
        }
        