/* ============================================================
   FONTS-LOCALI - Tommaso Volker
   Serve Oswald (400/500/600) e Inter (400/600) direttamente
   dal dominio del sito, dalla cartella /fonts-tv caricata via
   FTP in public_html. Sostituisce i Google Fonts remoti.
   Da aggiungere come allegato di progetto in Blocs (stessa
   procedura di menu-fix.css), in ENTRAMBI i progetti (IT e EN),
   insieme all'interruttore che disattiva i Google Fonts nelle
   impostazioni della tipografia del progetto.
   ============================================================ */

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts-tv/oswald-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts-tv/oswald-500.ttf') format('truetype');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts-tv/oswald-600.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts-tv/inter-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts-tv/inter-600.ttf') format('truetype');
}
