@font-face {
   font-display: swap;
   font-family: "IRANSans-XV";
   font-weight: 100 900;
   src: url(../fonts/IRANSansXV.woff) format("woff-variations"),
      url(../fonts/IRANSansXV.woff) format("woff");
}

:root {
   --vafa-font-family: "IRANSans-XV";
   --vafa-font-weight: 400;
   --vafa-number: "ss02";
}

body,
input,
textarea,
button {
   font-family: var(--vafa-font-family);
   font-weight: var(--vafa-font-weight);
   font-feature-settings: var(--vafa-number);
}