/**
 * fonts.css
 *
 * No third-party font CDN call by default (no fonts.googleapis.com).
 * System font fallbacks render correctly and instantly. To use real
 * Archivo + Inter files: download static .woff2 files (Google Fonts
 * "download family", OFL-licensed), place them in /css/fonts/, then
 * uncomment the blocks below.
 */

/*
@font-face {
	font-family: "Archivo";
	src: url("fonts/archivo-bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Archivo";
	src: url("fonts/archivo-extrabold.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	src: url("fonts/inter-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	src: url("fonts/inter-semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	src: url("fonts/inter-bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
*/
