/* Fuentes de marca BAH — self-host local.
   Uso: <link rel="stylesheet" href="fonts/fonts.css">
   Luego en CSS: font-family: "Neue Einstellung", sans-serif;  (cuerpo/UI)
                 font-family: "Radnika", sans-serif;            (titulos/acentos)
   Ajustar rutas si este css no vive en /fonts. */

/* ---------- Neue Einstellung ---------- */
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("neue-einstellung-regular.woff2") format("woff2"),
       url("neue-einstellung-regular.woff") format("woff");
}
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("neue-einstellung-bold.woff2") format("woff2"),
       url("neue-einstellung-bold.woff") format("woff");
}

/* ---------- Radnika ---------- */
@font-face {
  font-family: "Radnika";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("radnika-regular.woff2") format("woff2"),
       url("radnika-regular.woff") format("woff");
}
@font-face {
  font-family: "Radnika";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("radnika-bold.woff2") format("woff2"),
       url("radnika-bold.woff") format("woff");
}
