@font-face {
    font-family: 'Yekan';
    src: url('./Yekan.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html,
body,
body * {
    font-family: 'Yekan', Tahoma, sans-serif !important;
}