/* Audi Type - hlavná korporátna typografia.
   Štyri varianty (Normal, Italic, Bold, BoldItalic) pokrývajú všetky bežné
   prípady. Podstavné weighty browser sám odvodí cez font-synthesis. */
@font-face {
  font-family: 'Audi Type';
  src: url('/assets/fonts/AudiType-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audi Type';
  src: url('/assets/fonts/AudiType-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Audi Type';
  src: url('/assets/fonts/AudiType-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audi Type';
  src: url('/assets/fonts/AudiType-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Audi Type Wide Bold - používa sa pre nadpis modelu, cenu, technické údaje
   v reklamách. Samostatná font-family aby ju kreslič canvasu mohol explicitne
   adresovať. */
@font-face {
  font-family: 'Audi Type Wide';
  src: url('/assets/fonts/AudiType-WideBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Audi Type Extended Normal - subtitle (špecifikácia motora) v reklamách. */
@font-face {
  font-family: 'Audi Type Extended';
  src: url('/assets/fonts/AudiType-ExtendedNormal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
