@font-face {
	font-family: 'Arial Fallback';
	src: local(Arial);
	size-adjust: 92%;
	ascent-override: 93%;
	descent-override: normal;
	line-gap-override: 15%;
}
@font-face {
	font-family: 'Times Fallback';
	src: local('Times New Roman'), local('Times');
	/* Adjusts the overall scale to match your custom font's width */
	size-adjust: 90%;
	/* Controls the space above the baseline */
	ascent-override: 90%;
	/* Controls the space below the baseline */
	descent-override: 20%;
	/* Prevents line-height jumps */
	line-gap-override: 0%;
}

@font-face {
	font-family: 'Outfit';
	font-weight: 900;
	font-display: swap;
	font-style: normal;
	src: url('fonts/outfit-v15-latin-900.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-weight: 400;
	font-display: swap;
	font-style: normal;
	src: url('fonts/inter-v20-latin-regular.woff2') format('woff2');
}
