
        .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: #ffed8f4d;
            --theme-color-100: #ffe18380;
            --theme-color-200: #ffc76bb3;
            --theme-color-300: #ffae53;
            --theme-color-400: #ff963b;
            --theme-color-500: #e67e22;
            --theme-color-600: #ca6700;
            --theme-color-700: #ae5000;
            --theme-color-800: #933a00;
            --theme-color-900: #792400;
        }