/* ===================================================================
   NightOwl Book CMS — self-hosted webfonts (@font-face only)

   EB Garamond    — display / headlines / book titles / quotes
   Source Serif 4 — body / descriptions / metadata / editorial copy

   Files are NightOwl-owned, stored in ../fonts/ inside this plugin.
   Latin subset only (fully covers the German + English catalogue,
   incl. ä ö ü ß, en/em dashes, curly quotes, €, ™). SIL OFL 1.1 —
   see ../fonts/eb-garamond/OFL.txt and ../fonts/source-serif-4/OFL.txt.

   No external hosts. No Google Fonts / Adobe Fonts runtime request.
   No base64. Loaded as a dependency of nightowl-design-system so the
   faces are declared before any stylesheet consumes the font tokens.
   =================================================================== */

/* --- EB Garamond -------------------------------------------------- */
@font-face {
	font-family: "EB Garamond";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/eb-garamond/eb-garamond-latin-400.woff2") format("woff2");
}
@font-face {
	font-family: "EB Garamond";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/eb-garamond/eb-garamond-latin-500.woff2") format("woff2");
}
@font-face {
	font-family: "EB Garamond";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/eb-garamond/eb-garamond-latin-700.woff2") format("woff2");
}

/* --- Source Serif 4 --------------------------------------------------- */
@font-face {
	font-family: "Source Serif 4";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/source-serif-4/source-serif-4-latin-400.woff2") format("woff2");
}
@font-face {
	font-family: "Source Serif 4";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/source-serif-4/source-serif-4-latin-400-italic.woff2") format("woff2");
}
@font-face {
	font-family: "Source Serif 4";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/source-serif-4/source-serif-4-latin-700.woff2") format("woff2");
}
