/* ============================================================
   Q10 — Nueva Web · Fuentes
   Titulares: Bagoss Standard (Displaay) · Texto: Eastlane (Stawix)
   Archivos con licencia en assets/fonts/ (.ttf). tokens.css las
   referencia primero en --font-display / --font-text, así que en
   cuanto cargan se aplican solas.
   ============================================================ */

/* ── Bagoss Standard (titulares, nav, botones) ── */
@font-face {
  font-family: 'Bagoss Standard';
  src: url('fonts/BagossStandard-Light.ttf') format('truetype');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Bagoss Standard';
  src: url('fonts/BagossStandard-Regular.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Bagoss Standard';
  src: url('fonts/BagossStandard-Medium.ttf') format('truetype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Bagoss Standard';
  src: url('fonts/BagossStandardTRIAL-SemiBold.ttf') format('truetype');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Bagoss Standard';
  src: url('fonts/BagossStandardTRIAL-Bold.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ── Eastlane (texto continuo) ── */
@font-face {
  font-family: 'Eastlane';
  src: url('fonts/Eastlane-Book.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Eastlane';
  src: url('fonts/Eastlane-Bold.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: swap;
}
