/*
Theme Name: B2B Universal
Theme URI: https://xianglidg.com/
Author: B2B Universal Team
Author URI: https://xianglidg.com/
Description: A specialized B2B WordPress theme built for product catalog, OEM/ODM inquiry, and multilingual B2B websites.
Version: 5.41
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: b2b-universal
*/
:root {
    --b2b-font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
    --b2b-font-heading: var(--b2b-font-sans);
    --b2b-color-bg: #F4F7FA;
    --b2b-color-surface: #FFFFFF;
    --b2b-color-surface-soft: #EAF1F5;
    --b2b-color-primary: #0E2740;
    --b2b-color-primary-hover: #071B2E;
    --b2b-color-primary-soft: #E7EEF5;
    --b2b-color-secondary: #446F88;
    --b2b-color-secondary-soft: #DDEAF2;
    --b2b-color-accent: #C8922E;
    --b2b-color-accent-soft: #FFF3D7;
    --b2b-color-text: #0B1828;
    --b2b-color-muted: #637283;
    --b2b-color-border: #DCE4EC;
    --b2b-radius-card: 1.375rem;
    --b2b-shadow-card: 0 16px 45px rgba(31, 37, 35, 0.07);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--b2b-font-sans);
    color: var(--b2b-color-text);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

button,
a,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}

:where(a, button, input, select, textarea):focus-visible {
    outline: 2px solid var(--b2b-color-primary);
    outline-offset: 3px;
}

::selection {
    background: var(--b2b-color-primary-soft);
    color: var(--b2b-color-text);
}

@media (prefers-reduced-motion: reduce){
    html {
        scroll-behavior: auto;
    }

    *,
*::before,
*::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Component/page styles are owned by assets/css/v4-*.css; style.css is the theme entry layer.
 * style.css intentionally keeps only the WordPress theme header and global baseline.
 */
