/* BYekan Font - Using actual filenames from server */
@font-face {
    font-family: 'BYekan';
    src: url('BYekan/BYekan+.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BYekan';
    src: url('BYekan/BYekan+ Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Apply BYekan font to all elements */
* {
    font-family: 'BYekan', Tahoma, Arial, sans-serif !important;
}
