/**
 * Kanoon — site font: IRAN Sans X (Variable). Licensed.
 * One variable file covers all weights (100–900).
 */

@font-face {
	font-family: 'Iran Sans Variable';
	src: url('fonts/IRANSansXVF.ttf') format('truetype-variations');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--kanoon-font: 'Iran Sans Variable', 'Tahoma', 'Segoe UI', sans-serif;
	--kanoon-wide: 1380px;          /* matches the old site's content width */
	--kanoon-primary: #1F5168;       /* Elementor global "primary" */
	--kanoon-red: #C6000E;
}

/* Apply broadly: theme body, form controls, headings, and Elementor wrappers. */
body,
button,
input,
select,
optgroup,
textarea,
h1, h2, h3, h4, h5, h6,
.elementor-widget-container,
.elementor-button,
.elementor-heading-title {
	font-family: var(--kanoon-font);
}
