/**
 * Self-hosted fonts in theme/fonts/
 * Paths are relative to this file: theme/css/fonts.css → ../fonts/
 */

/* --- Urbanist (body) --- */
@font-face {
	font-family: "Urbanist";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/urbanist-v18-latin-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Urbanist";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/urbanist-v18-latin-500.woff2") format("woff2");
}

@font-face {
	font-family: "Urbanist";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/urbanist-v18-latin-700.woff2") format("woff2");
}

@font-face {
	font-family: "Urbanist";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/urbanist-v18-latin-800.woff2") format("woff2");
}

@font-face {
	font-family: "Urbanist";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/urbanist-v18-latin-italic.woff2") format("woff2");
}

@font-face {
	font-family: "Urbanist";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/urbanist-v18-latin-500italic.woff2") format("woff2");
}

@font-face {
	font-family: "Urbanist";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/urbanist-v18-latin-700italic.woff2") format("woff2");
}

@font-face {
	font-family: "Urbanist";
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/urbanist-v18-latin-800italic.woff2") format("woff2");
}

/* --- Euclid Circular B (display / headings) — only Bold file present; reuse for heavy weights --- */
@font-face {
	font-family: "Euclid Circular B";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/EuclidCircularB-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "Euclid Circular B";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/EuclidCircularB-Bold.woff2") format("woff2");
}
