/* ============================================================
   Planetcall — font self-hosted (redesign Clinical Calm 2026-07-16)

   Sostituisce Google Fonts CDN (audit GDPR: l'embedding remoto
   trasmette l'IP degli operatori a Google — dati art. 9 in app,
   niente terze parti non necessarie).

   Font variabili woff2, subset latin (copre l'italiano accentato).
   Licenza: SIL Open Font License 1.1 (Inter, Inter Tight,
   JetBrains Mono) — redistribuzione consentita.
   Sorgente pacchetti: fontsource.org (@fontsource-variable).
   ============================================================ */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/inter-latin-wght-normal.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/inter-tight-latin-wght-normal.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url('../fonts/jetbrains-mono-latin-wght-normal.woff2') format('woff2-variations');
}
