/* ============================================================================
 * index.css
 * ============================================================================
 * Definición de fuentes de la aplicación.
 *
 * Fuentes cargadas:
 * - Mona-Sans: Regular (400), Bold (700)
 * - Icomoon: Iconos
 *
 * Nota: Solo se usa woff2 (97%+ soporte en navegadores modernos).
 * ========================================================================== */

/* =============================================================================
   Mona-Sans
   ============================================================================= */

@font-face {
  font-family: "Mona-Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/mona-sans/Mona-Sans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Mona-Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/mona-sans/Mona-Sans-Bold.woff2") format("woff2");
}

/* =============================================================================
   Icomoon
   ============================================================================= */

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/assets/fonts/icomoon/fonts/icomoon.woff2") format("woff2");
}
