/* Rwaya Waraq — locally bundled fonts (no CDN dependency). */

@font-face {
	font-family: "Manchette";
	src: url("../fonts/ManchetteFine-Heavy.otf") format("opentype");
	font-weight: 700 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "AvenirAr";
	src: url("../fonts/Avenir-Medium.otf") format("opentype");
	font-weight: 400 600;
	font-style: normal;
	font-display: swap;
}
