/* Inter Display (official Inter 4.1 web cut) for marketing H1–H3.
   Production SPA (apps/web) loads @fontsource/inter and sets both
   --font-display and --font-ui to the text family "Inter". Google Fonts
   has no "Inter Display" family, so this package self-hosts the display cut.
   Body and UI stay Inter. */
@font-face {
  font-family: "Inter Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/InterDisplay-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Inter Display";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/InterDisplay-ExtraBold.woff2") format("woff2");
}
