
        .storefront {
            font-family: 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: #ffedac4d;
--theme-color-100: #ffe0a080;
--theme-color-200: #ffc788b3;
--theme-color-300: #ffae70;
--theme-color-400: #f99659;
--theme-color-500: #dd7e43;
--theme-color-600: #c2672d;
--theme-color-700: #a65016;
--theme-color-800: #8c3a00;
--theme-color-900: #722500;
        }
        