/* DALLI v1.1 — Local Vazirmatn single-font system */
@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;
}
*,*::before,*::after,html,body,button,input,textarea,select,option,
h1,h2,h3,h4,h5,h6,p,span,a,li,label,small,strong,em,b,i,div,section,article,header,footer,nav{
  font-family:"Vazirmatn",Tahoma,"Segoe UI",Arial,sans-serif!important;
}
