
        .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: #ffff8c4d;
--theme-color-100: #ffff7f80;
--theme-color-200: #ffff65b3;
--theme-color-300: #f2ee4b;
--theme-color-400: #d7d52e;
--theme-color-500: #bcbc00;
--theme-color-600: #a2a400;
--theme-color-700: #888c00;
--theme-color-800: #6e7500;
--theme-color-900: #575f00;
        }
        