/* Self-hosted fonts (latin subset). No external CDN. */

@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: 600 700;
	font-display: swap;
	src: url('../fonts/sora.woff2') format('woff2');
}

@font-face {
	font-family: 'Source Sans 3';
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url('../fonts/sourcesans.woff2') format('woff2');
}

@font-face {
	font-family: 'Fira Code';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/firacode.woff2') format('woff2');
}
