/* ==========================================================================
   Casefolio — self-hostovani fontovi (subset latin + latin-ext, woff2).
   Naslovi: Blacker Display · Telo teksta: PP Mori · Mono labele: Andale Mono
   font-display: swap — da fontovi ne blokiraju prikaz stranice.
   ========================================================================== */

/* ---- Blacker Pro Display (serif naslovi — Zetafonts licenca) ---- */
@font-face {
	font-family: "Blacker Display";
	src: url("../fonts/blacker-display-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Blacker Display";
	src: url("../fonts/blacker-display-italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Blacker Display";
	src: url("../fonts/blacker-display-medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* ---- PP Mori (telo teksta / UI) ---- */
@font-face {
	font-family: "PP Mori";
	src: url("../fonts/ppmori-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "PP Mori";
	src: url("../fonts/ppmori-semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "PP Mori";
	src: url("../fonts/ppmori-bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ---- Andale Mono (eyebrow / sitne labele) ---- */
@font-face {
	font-family: "Andale Mono";
	src: url("../fonts/andale-mono-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
