/*
 * Self-hosted display fonts for the Raft theme.
 *
 * The font-family names below intentionally match entries in the fallback
 * chain declared in `theme.json` (and reused in `assets/css/sadam-hero.css`)
 * — i.e. "Garamond Premier Pro" and "Gill Sans Nova". The browser walks the
 * chain, can't find the marketing names "Adobe Garamond Pro" / "Gill Sans"
 * locally, and lands on these self-hosted faces.
 *
 * URLs are relative to this stylesheet's location at
 * `themes/raft/assets/fonts/fonts.css`. Enqueued from `functions.php`.
 */

@font-face {
	font-family: "Garamond Premier Pro";
	src:
		url("./garamond-premier-pro/regular/3fd6aed3-46f0-4752-972b-a814fc9006bc.woff2") format("woff2"),
		url("./garamond-premier-pro/regular/439d14ce-4875-4eab-bc3e-fcc6683151c7.woff") format("woff");
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "Garamond Premier Pro";
	src:
		url("./garamond-premier-pro/semibold/7721966b-3f17-4520-ab4d-a1b03348e463.woff2") format("woff2"),
		url("./garamond-premier-pro/semibold/f07388f2-0769-47da-ba42-700c128df796.woff") format("woff");
	font-display: swap;
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
}

@font-face {
	font-family: "Gill Sans Nova";
	src:
		url("./gill-sans-nova/book/99fb1cde-b7af-4569-b6b0-99cf644cf427.woff2") format("woff2"),
		url("./gill-sans-nova/book/0a2bd40d-be90-4d45-af65-1a53507c5e5b.woff") format("woff");
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "Gill Sans Nova";
	src:
		url("./gill-sans-nova/light/8d2d396b-b99c-4922-b50a-86e882424fdc.woff2") format("woff2"),
		url("./gill-sans-nova/light/67f3e09a-81e8-485c-915e-d8bf176d9dec.woff") format("woff");
	font-display: swap;
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
}
