/**
 * Full self-hosted Vazirmatn variable font.
 *
 * The official full build contains Persian/Arabic-script glyphs and Latin
 * glyphs in one local file, so English labels keep the same visual rhythm.
 */
@font-face {
	font-family: "Vazirmatn";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/vazirmatn-persian-latin.woff2") format("woff2");
}

:root {
	--font-sans: "Vazirmatn", Tahoma, Arial, sans-serif;
	--font-heading: "Vazirmatn", Tahoma, Arial, sans-serif;
	--default-font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
	font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
}
