/* ==========================================================================
   FUENTES
   Solo woff2 (navegadores actuales) con woff de respaldo.
   font-display: swap muestra el texto de inmediato mientras carga la fuente.
   ========================================================================== */

/* Ubuntu (tipografía principal) */
@font-face { font-family: "Ubuntu"; font-weight: 300; font-style: normal; font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Light.woff2") format("woff2"), url("../../fonts/ubuntu/Ubuntu-Light.woff") format("woff"); }
@font-face { font-family: "Ubuntu"; font-weight: 400; font-style: normal; font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Regular.woff2") format("woff2"), url("../../fonts/ubuntu/Ubuntu-Regular.woff") format("woff"); }
@font-face { font-family: "Ubuntu"; font-weight: 500; font-style: normal; font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Medium.woff2") format("woff2"), url("../../fonts/ubuntu/Ubuntu-Medium.woff") format("woff"); }
@font-face { font-family: "Ubuntu"; font-weight: 500; font-style: italic; font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-MediumItalic.woff2") format("woff2"), url("../../fonts/ubuntu/Ubuntu-MediumItalic.woff") format("woff"); }
@font-face { font-family: "Ubuntu"; font-weight: 700; font-style: normal; font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-Bold.woff2") format("woff2"), url("../../fonts/ubuntu/Ubuntu-Bold.woff") format("woff"); }
@font-face { font-family: "Ubuntu"; font-weight: 700; font-style: italic; font-display: swap;
  src: url("../../fonts/ubuntu/Ubuntu-BoldItalic.woff2") format("woff2"), url("../../fonts/ubuntu/Ubuntu-BoldItalic.woff") format("woff"); }

/* Panton (fecha, clima) */
@font-face { font-family: "Panton"; font-weight: 400; font-style: normal; font-display: swap;
  src: url("../../fonts/panton/Panton-Regular.woff2") format("woff2"), url("../../fonts/panton/Panton-Regular.woff") format("woff"); }
@font-face { font-family: "Panton"; font-weight: 700; font-style: normal; font-display: swap;
  src: url("../../fonts/panton/Panton-Bold.woff2") format("woff2"), url("../../fonts/panton/Panton-Bold.woff") format("woff"); }
@font-face { font-family: "Panton"; font-weight: 800; font-style: italic; font-display: swap;
  src: url("../../fonts/panton/Panton-ExtraBoldItalic.woff2") format("woff2"), url("../../fonts/panton/Panton-ExtraBoldItalic.woff") format("woff"); }

/* Verdana (pie de página) */
@font-face { font-family: "Verdana"; font-weight: 400; font-style: normal; font-display: swap;
  src: url("../../fonts/verdana/Verdana.woff2") format("woff2"), url("../../fonts/verdana/Verdana.woff") format("woff"); }
@font-face { font-family: "Verdana"; font-weight: 700; font-style: normal; font-display: swap;
  src: url("../../fonts/verdana/Verdana-Bold.woff2") format("woff2"), url("../../fonts/verdana/Verdana-Bold.woff") format("woff"); }

/* Íconos de la plantilla (cerrar, buscar, imprimir, modo nocturno...) */
@font-face { font-family: "fontello"; font-weight: normal; font-style: normal; font-display: block;
  src: url("../../fonts/iconos/fontello.woff2") format("woff2"), url("../../fonts/iconos/fontello.woff") format("woff"); }
@font-face { font-family: "font-icon-nav"; font-weight: normal; font-style: normal; font-display: block;
  src: url("../../fonts/iconos/font-icon-nav.woff2") format("woff2"), url("../../fonts/iconos/font-icon-nav.woff") format("woff"); }
