@font-face {
  font-family: "IRANSansWeb";
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/IRANSansWeb_FaNum.woff) format("woff");
}

@font-face {
  font-family: "Zain";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/IRANSansWeb.woff) format("woff");
}

/* @font-face {
    font-display: swap;
    font-family: "Peyda";
    font-weight: 400;
    src: url(../fonts/peyda-regular.woff2) format("woff");
 }

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/IRANSansXFaNum-Regular.woff) format("woff")
}

@font-face {
    font-family: IRANSans_bold;
    font-style: bold;
    font-weight: 400;
    src: url(../fonts/IRANSansXFaNum-Bold.woff) format("woff")
}

@font-face {
    font-family: IRANSans_medium;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/IRANSansXFaNum-Medium.woff) format("woff")
} */

:root {
  --vafa-font-family: "IRANYekanXVFaNumVF";
  --vafa-en-font-family: "Zain";
  --vafa-font-weight: 400;
}

*,
body,
input,
textarea,
button {
  font-family: var(--vafa-font-family), var(--vafa-en-font-family);
}
