/* 1. تعریف فونت با @font-face */
@font-face {
    font-family: 'BYekan';
    src: url('fonts/BYekan.woff2') format('woff2'),
         url('fonts/BYekan.woff') format('woff'),
         url('fonts/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* 2. اعمال فونت روی کل عناصر سایت */
body, html {
    font-family: 'BYekan', sans-serif;
}
