/* ============================================================
   Franc Bitácora — fuentes autoalojadas (@font-face local)
   Sin Google Fonts: los .woff2 viven en esta misma carpeta.
   Solo se declaran los pesos/estilos que el theme realmente usa.
   ============================================================ */

/* ---- Cinzel (títulos) : 400 · 500 · 600 · 700 ---- */
@font-face{font-family:"Cinzel";font-style:normal;font-weight:400;font-display:swap;
  src:url("cinzel-400.woff2") format("woff2")}
@font-face{font-family:"Cinzel";font-style:normal;font-weight:500;font-display:swap;
  src:url("cinzel-500.woff2") format("woff2")}
@font-face{font-family:"Cinzel";font-style:normal;font-weight:600;font-display:swap;
  src:url("cinzel-600.woff2") format("woff2")}
@font-face{font-family:"Cinzel";font-style:normal;font-weight:700;font-display:swap;
  src:url("cinzel-700.woff2") format("woff2")}

/* ---- PT Serif (prosa, fechas, itálicas) : 400 · 400i · 700 · 700i ---- */
@font-face{font-family:"PT Serif";font-style:normal;font-weight:400;font-display:swap;
  src:url("ptserif-400.woff2") format("woff2")}
@font-face{font-family:"PT Serif";font-style:italic;font-weight:400;font-display:swap;
  src:url("ptserif-400i.woff2") format("woff2")}
@font-face{font-family:"PT Serif";font-style:normal;font-weight:700;font-display:swap;
  src:url("ptserif-700.woff2") format("woff2")}
@font-face{font-family:"PT Serif";font-style:italic;font-weight:700;font-display:swap;
  src:url("ptserif-700i.woff2") format("woff2")}

/* ---- Instrument Sans (UI) : 400 · 500 · 600 ---- */
@font-face{font-family:"Instrument Sans";font-style:normal;font-weight:400;font-display:swap;
  src:url("instrumentsans-400.woff2") format("woff2")}
@font-face{font-family:"Instrument Sans";font-style:normal;font-weight:500;font-display:swap;
  src:url("instrumentsans-500.woff2") format("woff2")}
@font-face{font-family:"Instrument Sans";font-style:normal;font-weight:600;font-display:swap;
  src:url("instrumentsans-600.woff2") format("woff2")}

/* ---- Great Vibes (firma, .signature) : 400 ---- */
@font-face{font-family:"Great Vibes";font-style:normal;font-weight:400;font-display:swap;
  src:url("greatvibes-400.woff2") format("woff2")}
