@font-face {
    font-family: 'Yekan';
    src: url('../fonts/BYekan.ttf') format('truetype'); /* مسیر به فایل فونت */
}

body {
    font-family: 'Yekan', sans-serif; /* استفاده از فونت یکان */
    font-size: 16px; /* اندازه فونت */
    color: #333; /* رنگ متن */
    line-height: 1.5; /* فاصله بین خطوط */
}