/* IBM Plex Sans + IBM Plex Mono — self-hosted (subset latin: ASCII + Latin-1 accenti + €)
 * Source: fonts.gstatic.com (woff2, Chrome UA). Sostituisce i <link> a
 * fonts.googleapis.com → niente dipendenza CDN esterna (adblocker/firewall-proof),
 * stessa difesa di material-symbols.css. Pesi: 400 (normal), 600 (semibold), 700 (bold).
 */

/* ─── IBM Plex Sans ─────────────────────────────────────────────── */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('ibm-plex-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('ibm-plex-sans-600.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('ibm-plex-sans-700.woff2') format('woff2');
}

/* ─── IBM Plex Mono (numeri / valori font-mono) ─────────────────── */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('ibm-plex-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('ibm-plex-mono-600.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('ibm-plex-mono-700.woff2') format('woff2');
}
