/*
 * Nortiva local webfonts.
 *
 * Inter and Sora are self-hosted to remove external Google Fonts requests.
 * Font files and licensing information live in assets/fonts/.
 */

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/InterVariable.woff2") format("woff2");
}

@font-face {
	font-family: "Sora";
	font-style: normal;
	font-weight: 100 800;
	font-display: swap;
	src: url("../fonts/SoraVariable.woff2") format("woff2");
}
