
        .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: #ffff844d;
--theme-color-100: #fff67880;
--theme-color-200: #ffdc5fb3;
--theme-color-300: #ffc345;
--theme-color-400: #ffaa2a;
--theme-color-500: #f29200;
--theme-color-600: #d57b00;
--theme-color-700: #b96400;
--theme-color-800: #9e4e00;
--theme-color-900: #843800;
        }
        