/*
 * Font Fontshare self-hosted (Indian Type Foundry, ITF Free Font License v2.0 — vedi ../fonts/FFL.txt).
 * File ufficiali serviti dall'API Fontshare, non modificati (la licenza vieta subsetting e conversioni).
 * Sostituisce https://api.fontshare.com/v2/css?f[]=clash-grotesk@400,500&f[]=expose@700,400&display=swap
 * Stesse regole @font-face dell'API: nomi famiglia, pesi, font-style e font-display invariati.
 */

/* Expose */
@font-face {
  font-family: 'Expose';
  src: url('../fonts/expose-400.woff2') format('woff2'),
       url('../fonts/expose-400.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Expose';
  src: url('../fonts/expose-700.woff2') format('woff2'),
       url('../fonts/expose-700.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/* Clash Grotesk */
@font-face {
  font-family: 'Clash Grotesk';
  src: url('../fonts/clash-grotesk-400.woff2') format('woff2'),
       url('../fonts/clash-grotesk-400.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Clash Grotesk';
  src: url('../fonts/clash-grotesk-500.woff2') format('woff2'),
       url('../fonts/clash-grotesk-500.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
