/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-display: swap;
    font-family: "yekan-bakh";
    src: url("../font/Roboto/Roboto_Condensed-ExtraBold.ttf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "yekan-bakh";
    src: url("../font/Roboto/Roboto_Condensed-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "yekan-bakh";
    src: url("../font/Roboto/Roboto_Condensed-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "yekan-bakh";
    src: url("../font/Roboto/Roboto_Condensed-ExtraBold.ttf");
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-display: swap;
    font-family: "yekan-bakh";
    src: url("../font/Roboto/Roboto_Condensed-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "yekan-bakh";
    src: url("../font/Roboto/Roboto_Condensed-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}