/**
 * PeydaWeb – فونت فارسی
 * فونت‌های لوکال هیرو / استریت
 *
 * @package urbanizedgoat
 */

@font-face {
	font-family: "PeydaWeb";
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url("../fonts/woff2/PeydaWeb-ExtraLight.woff2") format("woff2"),
	     url("../fonts/woff/PeydaWeb-ExtraLight.woff") format("woff");
}

@font-face {
	font-family: "PeydaWeb";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/woff2/PeydaWeb-Regular.woff2") format("woff2"),
	     url("../fonts/woff/PeydaWeb-Regular.woff") format("woff");
}

@font-face {
	font-family: "PeydaWeb";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/woff2/PeydaWeb-SemiBold.woff2") format("woff2"),
	     url("../fonts/woff/PeydaWeb-SemiBold.woff") format("woff");
}

@font-face {
	font-family: "PeydaWeb";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/woff2/PeydaWeb-Bold.woff2") format("woff2"),
	     url("../fonts/woff/PeydaWeb-Bold.woff") format("woff");
}

@font-face {
	font-family: "PeydaWeb";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/woff2/PeydaWeb-Black.woff2") format("woff2"),
	     url("../fonts/woff/PeydaWeb-Black.woff") format("woff");
}

/* ---- هیرو / استریت (لوکال) ---- */

@font-face {
	font-family: "New Rocker";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/hero/NewRocker-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Permanent Marker";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/hero/PermanentMarker-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Archivo Black";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/hero/ArchivoBlack-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Bebas Neue";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/hero/BebasNeue-Regular.ttf") format("truetype");
}

/* Trap Star — فایل را در assets/fonts/hero/ قرار دهید */
@font-face {
	font-family: "Trap Star";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/hero/TrapStar.woff2") format("woff2"),
	     url("../fonts/hero/TrapStar.woff") format("woff"),
	     url("../fonts/hero/TrapStar.ttf") format("truetype"),
	     url("../fonts/hero/TrapStar.otf") format("opentype");
}
