/**
 * Averta NM – loaded from theme /fonts directory.
 * Paths are relative to this CSS file: assets/css → ../../fonts
 */

@font-face {
	font-family: "Averta NM";
	src:
		url("../../fonts/Averta0.woff2") format("woff2"),
		url("../../fonts/Averta0.woff") format("woff"),
		url("../../fonts/Averta0.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
