/* Finish v3.2 — Single-font system: Vazirmatn */
@font-face{
  font-family:"Vazirmatn";
  src:url("../fonts/Vazirmatn-Variable.woff2") format("woff2-variations"),
      url("../fonts/Vazirmatn-Variable.ttf") format("truetype-variations");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
:root{
  --font-heading:"Vazirmatn",Tahoma,"Segoe UI",Arial,sans-serif;
  --font-body:"Vazirmatn",Tahoma,"Segoe UI",Arial,sans-serif;
}
html,body,button,input,textarea,select,
h1,h2,h3,h4,h5,h6,p,span,a,li,label,small,strong,em{
  font-family:var(--font-body)!important;
}
