@font-face {
    font-family: 'Yekan-light';
    src: url('../font/IRANYekanX-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Yekan-DemiBold';
    src: url('../font/IRANYekanX-DemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Yekan-bold';
    src: url('../font/IRANYekanX-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Yekan-Heavy';
    src: url('../font/IRANYekanX-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Yekan-Thin';
    src: url('../font/IRANYekanX-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Yekan-light';
}
p{
    font-family:'Yekan-bold';
}
nav{
    font-family:'Yekan-DemiBold';
}
#offcanvasWithBothOptions{
    font-family:'Yekan-DemiBold';
    text-align: right;
}
h2{
    font-family:'Yekan-Bold';
}