/* ==========================================================================
   Self-hosted fontovi (Faza 2 — tipografski audit)
   Variable TTF-ovi kopirani iz "2nd brain/FONTS". Putanje su relativne na
   OVAJ CSS (preview-faza1/fonts/). NE referencira se vanjska 2nd-brain putanja.
   ========================================================================== */

/* ---------- Playfair Display (display / editorijalni naslovi) ---------- */
@font-face {
  font-family: "Playfair Display";
  src: url("PlayfairDisplay-Variable.ttf") format("truetype-variations");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("PlayfairDisplay-Italic-Variable.ttf") format("truetype-variations");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

/* ---------- EB Garamond (dugi tekst / body) ---------- */
@font-face {
  font-family: "EB Garamond";
  src: url("EBGaramond-Variable.ttf") format("truetype-variations");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("EBGaramond-Italic-Variable.ttf") format("truetype-variations");
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}

/* ---------- Jost (eyebrow / nav / gumbi / UI) — self-hostan ---------- */
@font-face {
  font-family: "Jost";
  src: url("Jost-Variable.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

/* ---------- Cormorant Garamond (kurzivni akcenti / citati) ---------- */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("CormorantGaramond-Variable.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("CormorantGaramond-Italic-Variable.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
