/* =========================
   FuturaBT Book
========================= */
@font-face {
  font-family: "FuturaBT";
  src: url("./FuturaBT-Book.woff2") format("woff2"),
       url("./FuturaBT-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* =========================
   GeosansLight Regular
========================= */
@font-face {
  font-family: "GeosansLight";
  src: url("./GeosansLight.woff2") format("woff2"),
       url("./GeosansLight.woff") format("woff");
  font-weight: 300; /* o 400 si prefieres tratarla como normal */
  font-style: normal;
  font-display: swap;
}

/* =========================
   GeosansLight Oblique
========================= */
@font-face {
  font-family: "GeosansLight";
  src: url("./GeosansLight-Oblique.woff2") format("woff2"),
       url("./GeosansLight-Oblique.woff") format("woff");
  font-weight: 300; /* igual que la regular */
  font-style: oblique;
  font-display: swap;
}

@font-face {
    font-family: 'Nixie One';
    src: url('./NixieOne.woff2') format('woff2'),
        url('./NixieOne.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/* Ejemplos de uso (opcional):
:root{
  --font-heading: "FuturaBT", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-body: "GeosansLight", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
body{ font-family: var(--font-body); }
h1,h2,h3,h4,h5,h6{ font-family: var(--font-heading); }
*/