/* ============================================================
   Replicant — Webfonts
   Biotif = brand typeface (display + UI). Variable, weights 200–900.
   Fira Code = monospace, pulled from Google Fonts (substitute-safe).
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600&family=Lora:wght@400;500;600&display=swap');

/* Biotif — variable, supports 200–900 + italic.
   ascent/descent overrides match the product's metrics. */
@font-face {
  font-display: swap;
  font-family: 'Biotif';
  font-weight: 200 900;
  ascent-override: 85%;
  descent-override: 15%;
  src: url('../assets/fonts/biotif-variable.woff2') format('woff2-variations');
}
