/* CRI-ONE store-arial-only override (Tier-1 CDN'd, immutable) */
/* Replaces store-fontsize.v20260728-2231.css. NO font-size clamp. */
html, body, *, *::before, *::after {
  font-family: Arial, Helvetica, sans-serif !important;
}
/* Explicit icon-font passthroughs so glyphs still render */
[class^="icon-"], [class*=" icon-"],
.material-icons, .material-icons-outlined, .material-icons-round, .material-icons-sharp, .material-icons-two-tone,
.fa, .fas, .far, .fab, .fal, .fad,
i[class*="fa-"] {
  font-family: inherit !important;
}
/* Preserve the pane where Magento uses an icon font by name */
.admin__menu i, .abs-icon, .ui-icon {
  font-family: revert !important;
}
