/* ═══════════════ VIA COURIER — TYPEFACE ═══════════════
   Frutiger, self-hosted. Two weights: 400 and 700.
   Both files carry a GPOS `kern` feature (270 pairs) added in-house —
   the source TTFs shipped with no kerning data at all.
   ══════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Frutiger';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/Frutiger-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Frutiger';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/Frutiger-Bold.woff2') format('woff2');
}
