/* Self-hosted fonts — Cormorant (display) + DM Sans (body).
   Replaces the Google Fonts CDN for speed + privacy (no third-party requests).
   font-display:swap keeps text visible during load. */

/* ---- Cormorant ---- */
@font-face {
	font-family: "Cormorant";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/cormorant-latin-300-normal.woff2") format("woff2");
}
@font-face {
	font-family: "Cormorant";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/cormorant-latin-400-normal.woff2") format("woff2");
}
@font-face {
	font-family: "Cormorant";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/cormorant-latin-500-normal.woff2") format("woff2");
}
@font-face {
	font-family: "Cormorant";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/cormorant-latin-400-italic.woff2") format("woff2");
}
@font-face {
	font-family: "Cormorant";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/cormorant-latin-500-italic.woff2") format("woff2");
}

/* ---- DM Sans ---- */
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/dm-sans-latin-400-normal.woff2") format("woff2");
}
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/dm-sans-latin-500-normal.woff2") format("woff2");
}
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/dm-sans-latin-700-normal.woff2") format("woff2");
}
