/*Write your custom css in this file.*/
@font-face {
    font-family: "yekan";
    src: url("fonts/yekan/yekan-fa-regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "yekan";
    src: url("fonts/yekan/yekan-fa-bold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "yekan-en";
    src: url("fonts/yekan/Yekan-Back-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "yekan-en";
    src: url("fonts/yekan/Yekan-Back-Regular.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
}
html, body {
    background-color: #EEF1F9;
    color: #4e5e6a;
    font-family: "Open Sans","yekan" ,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13.5px;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    overflow-x: hidden;
}