@font-face {
    font-family: 'iranyekan';
    src: url('../../assets/font/Yekan.ttf') format("ttf"),
        url('../../assets/font/Yekan.svg') format("svg"),
        url('../../assets/font/Yekan.woff2') format("woff2"),
        url('../../assets/font/Yekan.woff') format("woff"),
        url('../../assets/font/Yekan.eot') format("eot");
}


* {
    box-sizing: border-box;
}

:root {
    direction: rtl;
    font-size: 62.5%;
    font-family: 'iranyekan';
    line-height: 1.6;
    font-family: "iranyekan";
    direction: rtl;
}

body {
    background: #f5f5f5;
    color: #333;
}

a {
    text-decoration: none;
    color: unset;
}

a:valid {
    text-decoration: none;
    color: unset;
}

ul {
    list-style: none;

}

h1 {
    font-family: "IRANYekan(FaNum) Bold";
    vertical-align: baseline;
}