/* ============================================================
   SYMPHONIA · Fuentes AUTOALOJADAS (CSP-seguro, sin Google Fonts)
   Marcellus (titulares) · EB Garamond (cuerpo) · Inter (técnicos)
   Subconjunto latino (woff2) descargado de fontsource.
   font-display: swap → texto visible siempre; sin salto de layout
   gracias a los fallbacks del stack de tokens.
   ============================================================ */
@font-face{
  font-family:"Marcellus";
  font-style:normal; font-weight:400; font-display:swap;
  src:url("marcellus-400.woff2") format("woff2");
}
@font-face{
  font-family:"EB Garamond";
  font-style:normal; font-weight:400; font-display:swap;
  src:url("ebgaramond-400.woff2") format("woff2");
}
@font-face{
  font-family:"EB Garamond";
  font-style:italic; font-weight:400; font-display:swap;
  src:url("ebgaramond-400-italic.woff2") format("woff2");
}
@font-face{
  font-family:"EB Garamond";
  font-style:normal; font-weight:500; font-display:swap;
  src:url("ebgaramond-500.woff2") format("woff2");
}
@font-face{
  font-family:"EB Garamond";
  font-style:normal; font-weight:600; font-display:swap;
  src:url("ebgaramond-600.woff2") format("woff2");
}
@font-face{
  font-family:"Inter";
  font-style:normal; font-weight:400; font-display:swap;
  src:url("inter-400.woff2") format("woff2");
}
@font-face{
  font-family:"Inter";
  font-style:normal; font-weight:500; font-display:swap;
  src:url("inter-500.woff2") format("woff2");
}
@font-face{
  font-family:"Inter";
  font-style:normal; font-weight:600; font-display:swap;
  src:url("inter-600.woff2") format("woff2");
}

/* Manuscrita · SOLO la firma "Nacor" en «Sobre mí» (placeholder hasta
   el escaneo real de la firma). */
@font-face{
  font-family:"Pinyon Script";
  font-style:normal; font-weight:400; font-display:swap;
  src:url("pinyon-script-400.woff2") format("woff2");
}
