<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
        .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: #ffabf74d;
--theme-color-100: #ff9eea80;
--theme-color-200: #ff84d1b3;
--theme-color-300: #ff69b8;
--theme-color-400: #f64ea0;
--theme-color-500: #da3088;
--theme-color-600: #bf0072;
--theme-color-700: #a4005c;
--theme-color-800: #890046;
--theme-color-900: #6f0032;
        }
        </pre></body></html>