/* static/css/fonts.css */

@font-face {
    font-family: 'IranYekanWeb';
    src: url('../fonts/iranyekanwebregular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'IranYekanWeb';
}