/* Self-hosted fonts — nessuna dipendenza esterna (sovranità: niente Google Fonts).
   Variable fonts in woff2. Sostituiscono i <link> a fonts.googleapis.com. */

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 800;            /* variable: copre 400..800 */
  font-display: swap;
  src: url('/css/fonts/HankenGrotesk-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Spline Sans Mono';
  font-style: normal;
  font-weight: 400 700;            /* variable: copre 400..700 */
  font-display: swap;
  src: url('/css/fonts/SplineSansMono-variable.woff2') format('woff2');
}
