/* =========================================================
   SHERAFATI LOCAL TYPOGRAPHY
   assets/fonts/vazir/
   ========================================================= */

@font-face{
  font-family:"Vazir";
  src:url("../fonts/vazir/Vazir-Thin.woff2") format("woff2");
  font-weight:100;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Vazir";
  src:url("../fonts/vazir/Vazir-Light.woff2") format("woff2");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Vazir";
  src:url("../fonts/vazir/Vazir.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Vazir";
  src:url("../fonts/vazir/Vazir-Medium.woff2") format("woff2");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Vazir";
  src:url("../fonts/vazir/Vazir-Bold.woff2") format("woff2");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Vazir";
  src:url("../fonts/vazir/Vazir-Bold.woff2") format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Vazir";
  src:url("../fonts/vazir/Vazir-Bold.woff2") format("woff2");
  font-weight:800;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Vazir";
  src:url("../fonts/vazir/Vazir-Bold.woff2") format("woff2");
  font-weight:900;
  font-style:normal;
  font-display:swap;
}

:root{
  --font-primary:"Vazir",Tahoma,Arial,sans-serif;
}

html,
body,
button,
input,
textarea,
select,
option,
optgroup,
h1,h2,h3,h4,h5,h6,
p,a,span,strong,b,small,label,
.title,.display,.btn,.nav a,.kicker{
  font-family:var(--font-primary)!important;
}

body{
  font-weight:400;
  font-feature-settings:normal;
}

button,
input,
textarea,
select{
  font:inherit;
}

strong,b{
  font-weight:700;
}
