/*!
 * Self-hosted fonts (no external requests).
 *   Inter    — body, UI  (SIL Open Font License, https://rsms.me/inter/)
 *   Fraunces — display   (SIL Open Font License, https://github.com/undercasetype/Fraunces)
 * Files sourced from @fontsource. See assets/fonts/README.md.
 */

/* Inter (300 / 400 / 600) */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/inter-latin-300-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/inter-latin-600-normal.woff2') format('woff2');
}

/* Fraunces (300 / 400 / 600) */
@font-face {
	font-family: 'Fraunces';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/fraunces-latin-300-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Fraunces';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/fraunces-latin-400-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Fraunces';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/fraunces-latin-600-normal.woff2') format('woff2');
}
