/* Self-hosted — replaces the Google Fonts CDN calls used in the Stitch mockups. */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400 500;
	font-display: swap;
	src: url('../fonts/inter.woff2') format('woff2');
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500 800;
	font-display: swap;
	src: url('../fonts/plus-jakarta-sans.woff2') format('woff2');
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/plus-jakarta-sans-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 100 700;
	font-display: block;
	src: url('../fonts/material-symbols-outlined.woff2') format('woff2');
}
