/* Defining Fonts */
@font-face {
    font-family: "AzarMehr";
    src: url("../fonts/AzarMehr/AzarMehr-FD[DSTY,KSHD,wght].woff2");
}

@font-face {
    font-family: "peyda";
    src: url("../fonts/Peyda/PeydaWeb-Black.woff2");
    font-weight: 900;
}
@font-face {
    font-family: "peyda";
    src: url("../fonts/Peyda/PeydaWeb-ExtraBold.woff2");
    font-weight: 800;
}
@font-face {
    font-family: "peyda";
    src: url("../fonts/Peyda/PeydaWeb-Bold.woff2");
    font-weight: 700;
}
@font-face {
    font-family: "peyda";
    src: url("../fonts/Peyda/PeydaWeb-SemiBold.woff2");
    font-weight: 600;
}
@font-face {
    font-family: "peyda";
    src: url("../fonts/Peyda/PeydaWeb-Medium.woff2");
    font-weight: 500;
}
@font-face {
    font-family: "peyda";
    src: url("../fonts/Peyda/PeydaWeb-Regular.woff2");
    font-weight: 400;
}
@font-face {
    font-family: "peyda";
    src: url("../fonts/Peyda/peydaWeb-light.woff2");
    font-weight: 300;
}
@font-face {
    font-family: "peyda";
    src: url("../fonts/Peyda/peydaWeb-extralight.woff2");
    font-weight: 200;
}
@font-face {
    font-family: "peyda";
    src: url("../fonts/Peyda/PeydaWeb-Thin.woff2");
    font-weight: 100;
}

/* Assigning Fonts */
:root {
    font-family: "AzarMehr", ui-sans-serif, system-ui, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji", sans-serif;
}
