/* MMC OFFICE — the www.srqauto.com body+heading font, self-hosted (rehosted from the legacy
 * site's /Content/fonts/ woff2, ~31 KB per weight). Same-origin on purpose: no third-party
 * connection, CSP style-src/font-src 'self' already allow it.
 *
 * "MMC OFFICE Fallback" is Arial metric-matched to MMC OFFICE so the swap moves NOTHING (CLS 0):
 *   size-adjust 106.58%  = measured string-advance ratio MMC-Regular/Arial (fontkit, 2026-08-05)
 *   ascent 93.83% / descent 18.77% = MMC hhea 1000/-200 @ upm 1000, divided by size-adjust
 * Tenant wiring: Theme.FontUrl = /fonts/mmc-office/fonts.css, Theme.HeadingFont/BodyFont =
 * "MMC OFFICE", "MMC OFFICE Fallback", Arial, sans-serif (migration 0472).
 */
@font-face {
  font-family: "MMC OFFICE";
  src: url("/fonts/mmc-office/MMCOFFICE-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MMC OFFICE";
  src: url("/fonts/mmc-office/MMCOFFICE-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MMC OFFICE";
  src: url("/fonts/mmc-office/MMCOFFICE-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MMC OFFICE Fallback";
  src: local("Arial");
  size-adjust: 106.58%;
  ascent-override: 93.83%;
  descent-override: 18.77%;
  line-gap-override: 0%;
}
