@font-face {
    font-family: "Yekan";
    src: url("../fonts/yekan/Yekan.eot");
    src: url("../fonts/yekan/Yekan.eot?#iefix") format("embedded-opentype"),
         url("../fonts/yekan/Yekan.woff2") format("woff2"),
         url("../fonts/yekan/Yekan.woff") format("woff"),
         url("../fonts/yekan/Yekan.ttf") format("truetype"),
         url("../fonts/yekan/Yekan.svg#Yekan") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --site-font: "Yekan", Tahoma, Arial, sans-serif;
}
