/**
 * CinderRot — self-hosted brand fonts (roadmap item 9).
 *
 * Unbounded (display) + DM Sans (body), previously loaded from
 * fonts.googleapis.com — now served from this theme so the browser
 * never opens a third-party DNS/TLS connection just to render text.
 * Files are woff2, sourced from the official Google Fonts / Fontsource
 * distribution (SIL Open Font License 1.1 — see assets/fonts/LICENSE-*.txt).
 *
 * font-display: swap avoids invisible text while each weight loads.
 */

@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/unbounded-latin-400-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/unbounded-latin-600-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/unbounded-latin-700-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('../fonts/unbounded-latin-900-normal.woff2') format('woff2');
}

@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: 600;
	font-display: swap;
	src: url('../fonts/dm-sans-latin-600-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');
}
