/* ==========================================================================
   AUDI PERÚ SIM CHALLENGE 2026 — FUENTES
   Audi Type (oficial de marca), servida localmente desde /fonts.
   Extended Bold → títulos y display. Normal → cuerpo y párrafos.
   ========================================================================== */

@font-face {
  font-family: "Audi Type Extended";
  src: url("../fonts/AudiType-ExtendedBold_4.03.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Audi Type Bold";
  src: url("../fonts/AudiType-Bold_4.03.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Audi Type Extended Normal";
  src: url("../fonts/AudiType-ExtendedNormal_4.03.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Audi Type";
  src: url("../fonts/AudiType-Normal_4.03.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
