
/* ===== GLOBAL STOREFRONT FONT v129 =====
   Same family stack as the black storefront navigation.
   Only customer-facing website; AdminWeb is untouched.
*/
:root{
  --web-font:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
html,
body,
button,
input,
select,
textarea,
option,
a,
p,
span,
small,
strong,
b,
em,
i,
label,
legend,
table,
th,
td,
h1,h2,h3,h4,h5,h6,
.price-card-v81,
.price-card-v81 *,
.payment-box-v81,
.payment-box-v81 *,
.commitment-section-v81,
.commitment-section-v81 *,
.purchase-actions-v120,
.purchase-actions-v120 *,
.cart-layout,
.cart-layout *,
.checkout-layout,
.checkout-layout *,
.cart-summary,
.cart-summary *,
.checkout-summary,
.checkout-summary *,
.summary-total,
.summary-total *,
.installment-shell-v120,
.installment-shell-v120 *,
.rent-shell-v121,
.rent-shell-v121 *{
  font-family:var(--web-font)!important;
  font-style:normal;
}

/* Native controls otherwise often fall back to a browser font. */
button,input,select,textarea{
  font:inherit;
}

/* Keep the site's hierarchy while sharing one family. */
h1,h2,h3,h4,h5,h6{font-family:var(--web-font)!important}
.premium-nav,
.premium-nav *{font-family:var(--web-font)!important}
