/* ── Deferred fonts (below the fold) ────────────────────────────
   Loaded after first paint via media="print" trick.
   font-display: swap — brief FOIT is acceptable for secondary text.
   All variable fonts are already critical—this file is a stub for
   any future display weights or decorative faces.                   */

/* Example: Heavier display weight of Inter
@font-face {
  font-family: 'Inter Display';
  src: url('/fonts/inter-display-latin-wght-normal.woff2') format('woff2');
  font-display: swap;
  font-weight: 700 900;
  font-style: normal;
}
*/
