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

/* *************** Rokh *************** */
@font-face {
    font-family: "doran";
    src: url("../fonts/Doran/Doran-ExtraBold.woff2"); /* 800 */
    font-weight: 900;
}
@font-face {
    font-family: "doran";
    src: url("../fonts/Doran/Doran-ExtraBold.woff2");
    font-weight: 800;
}
@font-face {
    font-family: "doran";
    src: url("../fonts/Doran/Doran-Bold.woff2");
    font-weight: 700;
}
@font-face {
    font-family: "doran";
    src: url("../fonts/Doran/Doran-Medium.woff2"); /* 500 */
    font-weight: 600;
}
@font-face {
    font-family: "doran";
    src: url("../fonts/Doran/Doran-Medium.woff2");
    font-weight: 500;
}
@font-face {
    font-family: "doran";
    src: url("../fonts/Doran/Doran-Regular.woff2");
    font-weight: 400;
}
@font-face {
    font-family: "doran";
    src: url("../fonts/Doran/Doran-light.woff2");
    font-weight: 300;
}
@font-face {
    font-family: "doran";
    src: url("../fonts/Doran/Doran-light.woff2"); /* 300 */
    font-weight: 200;
}
@font-face {
    font-family: "doran";
    src: url("../fonts/Doran/Doran-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;
}
