/* TWK Lausanne — static weight files mapped to CSS font-weight values.
 *
 * Weight mapping (Inter → Lausanne):
 *   CSS 300 (normal)   → Lausanne 300
 *   CSS 350            → Lausanne 350
 *   CSS 400            → Lausanne 350  (fallback for hardcoded 400)
 *   CSS 450            → Lausanne 450  (medium for display sizes ≥20px)
 *   CSS 500 (medium)   → Lausanne 500  (medium for body sizes ≤18px)
 *   CSS 600 (semibold) → Lausanne 600
 *   CSS 700 (bold)     → Lausanne 700
 */

/* ── Upright ────────────────────────────────────────────────────────────── */

@font-face {
  font-family: "Lausanne";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/TWKLausanne-300.woff2") format("woff2");
}

@font-face {
  font-family: "Lausanne";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("/fonts/TWKLausanne-350.woff2") format("woff2");
}

@font-face {
  font-family: "Lausanne";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/TWKLausanne-350.woff2") format("woff2");
}

@font-face {
  font-family: "Lausanne";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("/fonts/TWKLausanne-450.woff2") format("woff2");
}

@font-face {
  font-family: "Lausanne";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/TWKLausanne-500.woff2") format("woff2");
}

@font-face {
  font-family: "Lausanne";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/TWKLausanne-600.woff2") format("woff2");
}

@font-face {
  font-family: "Lausanne";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/TWKLausanne-700.woff2") format("woff2");
}

/* ── Italic ─────────────────────────────────────────────────────────────── */

@font-face {
  font-family: "Lausanne";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/TWKLausanne-300Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Lausanne";
  font-style: italic;
  font-weight: 350;
  font-display: swap;
  src: url("/fonts/TWKLausanne-350Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Lausanne";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/TWKLausanne-350Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Lausanne";
  font-style: italic;
  font-weight: 450;
  font-display: swap;
  src: url("/fonts/TWKLausanne-450Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Lausanne";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/TWKLausanne-500Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Lausanne";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/TWKLausanne-600Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Lausanne";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/TWKLausanne-700Italic.woff2") format("woff2");
}
