/* ==========================================================================
   Fonts — self-hosted, matching the theme's own @font-face declarations
   (aiesphere-main/style.css and aiesphere-blog/style.css are identical here).
   Geist: variable font, weight range 100–900 in one file.
   Playfair Display: italic 500 only — reserved for the one emotional
   accent per view (see typography.css / readme.md CONTENT FUNDAMENTALS).
   ========================================================================== */

@font-face {
	font-family: "Geist";
	src: url("../assets/fonts/Geist-Variable.woff2") format("woff2-variations"),
	     url("../assets/fonts/Geist-Variable.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Playfair Display";
	src: url("../assets/fonts/PlayfairDisplay-Italic-500.woff2") format("woff2");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
