/* ==========================================================================
   CONCRETO · concreto-fonts.css — Fuente Mundial (local)
   --------------------------------------------------------------------------
   Archivos alojados en static/fonts/mundial/ (descargados de fonts.cdnfonts.com
   y servidos localmente para no depender del CDN en runtime).
   Pesos disponibles en el origen: 100/200/300/400/600/700/900 (NO hay 500).
   El sistema usa 300/400/600/700; el peso 500 (--fw-medium, links de navbar)
   cae automáticamente al 400 más cercano. Estilo normal (sin itálicas: el
   sistema no las usa). Doc: Concreto-Migracion-Diseno/00-SISTEMA-DISENO.md §3
   ========================================================================== */
@font-face {
  font-family: "Mundial";
  src: url("../../fonts/mundial/MundialLight.woff") format("woff");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Mundial";
  src: url("../../fonts/mundial/MundialRegular.woff") format("woff");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Mundial";
  src: url("../../fonts/mundial/MundialDemibold.woff") format("woff");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Mundial";
  src: url("../../fonts/mundial/MundialBold.woff") format("woff");
  font-weight: 700; font-style: normal; font-display: swap;
}
