/* ===== فونت صمیم — بدنه، فرم‌ها و دکمه‌ها ===== */
@font-face {
	font-family: "Samim";
	src: url("/wp-content/themes/novinex/fonts/Samim-FD.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Samim";
	src: url("/wp-content/themes/novinex/fonts/Samim-Bold-FD.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ===== فونت ساحل — تیترها ===== */
@font-face {
	font-family: "Sahel";
	src: url("/wp-content/themes/novinex/fonts/Sahel-FD.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Sahel";
	src: url("/wp-content/themes/novinex/fonts/Sahel-Bold-FD.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ===== بدنه، فرم‌ها و دکمه‌ها ===== */
body,
input,
input[type="button"],
input[type="submit"],
textarea,
select,
button,
.wp-block-button__link {
	font-family: "Samim", Tahoma, Arial, sans-serif !important;
	line-height: 1.9;
}

/* ===== تیترها ===== */
h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	font-family: "Sahel", "Samim", Tahoma, Arial, sans-serif !important;
	line-height: 1.7;
}

body {
	color: #333;
}
