/*Write your custom css in this file.*/
@font-face {
    font-family: 'Yekan';
    src: url('fonts/yekan/Yekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Yekan';
    src: url('fonts/yekan/Yekan.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* کل رابط کاربری در حالت RTL (فارسی) */
html[dir="rtl"] *,
html[dir="rtl"] body {
    font-family: 'Yekan' !important;
}
