﻿/* wwwroot/css/fonts.css */
@font-face {
    font-family: 'Yekan';
    src: url('../fonts/yekan/yekan-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan';
    src: url('../fonts/yekan/yekan-400.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan';
    src: url('../fonts/yekan/yekan-400.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* تنظیم فونت پیش‌فرض کل سایت */
* {
    font-family: 'Yekan', 'Tahoma', 'Segoe UI', sans-serif;
}

body {
    font-family: 'Yekan', 'Tahoma', 'Segoe UI', sans-serif;
}
