@font-face {
    font-display: swap;
    font-family: "Peyda";
    font-weight: 600;
    src: url(../fonts/peyda-semibold.woff2) 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 {
   --razi-font-family: "IRANSans";
   --razi-font-weight: 400;
}

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