/* =========================================================
   TIPOGRAFÍAS DE LA MARCA — autohospedadas
   ---------------------------------------------------------
   Los 3 archivos que mandó el cliente ("fuentes web.zip"),
   convertidos a .woff (más liviano que el .ttf original, sin
   perder ni un detalle) con el .ttf de respaldo por si algún
   navegador viejísimo no lee .woff. Antes Anton y Poppins se
   traían desde Google Fonts (una petición extra a un servidor
   externo, y encima ni siquiera todos los grosores); ahora los
   sirve el propio sitio, exactamente como los mandó el cliente.

   "The Blue Wave" era, hasta esta versión, una variable CSS
   (--dj-font-accent) que no tenía ninguna fuente real detrás —
   cualquier texto que la usara caía en la letra "cursive" del
   navegador. Con este archivo ya existe de verdad.

   USO EN EL RESTO DEL TEMA — nada que tocar en otros archivos:
     var(--dj-font-display)  → Anton    (títulos / impacto)
     var(--dj-font-body)     → Poppins  (texto general)
     var(--dj-font-accent)   → The Blue Wave (acentos puntuales:
                                promos, slogans, detalles manuscritos —
                                no para párrafos ni títulos largos)
   Los tres ya estaban definidos en deportes-jimmy-design-system.css;
   este archivo solo les pone la fuente real detrás.
   ========================================================= */

@font-face {
  font-family: 'Anton';
  src: url('../fonts/anton/Anton-Regular.woff') format('woff'),
       url('../fonts/anton/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Thin.woff') format('woff'),
       url('../fonts/poppins/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-ThinItalic.woff') format('woff'),
       url('../fonts/poppins/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-ExtraLight.woff') format('woff'),
       url('../fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-ExtraLightItalic.woff') format('woff'),
       url('../fonts/poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Light.woff') format('woff'),
       url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-LightItalic.woff') format('woff'),
       url('../fonts/poppins/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Regular.woff') format('woff'),
       url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Italic.woff') format('woff'),
       url('../fonts/poppins/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Medium.woff') format('woff'),
       url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-MediumItalic.woff') format('woff'),
       url('../fonts/poppins/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-SemiBold.woff') format('woff'),
       url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-SemiBoldItalic.woff') format('woff'),
       url('../fonts/poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
       url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-BoldItalic.woff') format('woff'),
       url('../fonts/poppins/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff'),
       url('../fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-ExtraBoldItalic.woff') format('woff'),
       url('../fonts/poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Black.woff') format('woff'),
       url('../fonts/poppins/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-BlackItalic.woff') format('woff'),
       url('../fonts/poppins/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'The Blue Wave';
  src: url('../fonts/blue-wave/TheBlueWave.woff') format('woff'),
       url('../fonts/blue-wave/TheBlueWave.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
