/**
 * Local Prosor display typography.
 *
 * The local files make Oxanium deterministic on iOS and in browsers that
 * block third-party font requests. Atkinson remains progressive: it loads
 * from Google Fonts when available and otherwise falls back accessibly.
 */

@font-face {
	font-display: swap;
	font-family: "Oxanium";
	font-style: normal;
	font-weight: 500;
	src:
		local("Oxanium Medium"),
		local("Oxanium-Medium"),
		url("../fonts/Oxanium-Medium.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Oxanium";
	font-style: normal;
	font-weight: 600;
	src:
		local("Oxanium SemiBold"),
		local("Oxanium-SemiBold"),
		url("../fonts/Oxanium-SemiBold.ttf") format("truetype");
}
