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

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

html,
body,
body * {
    font-family: 'BYekan', sans-serif !important;
}