/**
 * Celia: force TASA Orbiter site-wide (loads late — overrides plugin defaults).
 * Depends on celia-fonts.css for @font-face. Does not target icon fonts (Font Awesome, Dashicons).
 */

/* B2BKing (bulk order + my account) */
:root {
    --b2bking-font-family-a: 'TASA Orbiter Regular', sans-serif;
    --b2bking-font-family-b: 'TASA Orbiter Medium', sans-serif;
    --b2bking-font-family-c: 'TASA Orbiter Regular', sans-serif;
}

html {
    font-family: 'TASA Orbiter Regular', sans-serif !important;
}

body {
    font-family: 'TASA Orbiter Regular', sans-serif !important;
}

pre,
code,
kbd,
samp {
    font-family: ui-monospace, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
}

/* Match child theme typography: emphasis / UI */
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
.button,
input,
select,
summary {
    font-family: 'TASA Orbiter Medium', sans-serif !important;
}

textarea {
    font-family: 'TASA Orbiter Regular', sans-serif !important;
}

p,
li,
td,
label,
dt,
dd,
figcaption,
blockquote {
    font-family: 'TASA Orbiter Regular', sans-serif !important;
}

th {
    font-family: 'TASA Orbiter Medium', sans-serif !important;
}

/* WooCommerce + blocks */
.woocommerce,
.woocommerce-page,
.wc-block-components {
    font-family: 'TASA Orbiter Regular', sans-serif !important;
}

/* AffiliateWP Affiliate Portal (Tailwind) */
.font-sans {
    font-family: 'TASA Orbiter Regular', sans-serif !important;
}

/* Affiliate For WooCommerce (My Account dashboard) */
#afwc_dashboard_wrapper,
.afwc-affiliate-details-card,
.afwc-profile-tab-wrapper {
    font-family: 'TASA Orbiter Regular', sans-serif !important;
}
