@font-face {
    font-family: "Vazir";
    src: url("../fonts/Vazir.eot");
    src: url("../fonts/Vazir.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Vazir.woff2") format("woff2"),
        url("../fonts/Vazir.woff") format("woff"),
        url("../fonts/Vazir.ttf") format("truetype"),
        url("../fonts/Vazir.svg#Vazir") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  
  
  body,
  a,
  p,
  ul,
  li,
  button,
  input,
  textarea,
  span {
    font-family: "Vazir" !important;
  }
  
  strong,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Vazir" !important;
    font-weight: bolder;
  }