@font-face {
    font-family: "IRANSans";
    src: url("../fonts/IRANSansWeb.ttf");
}

body {
    font-family: "IRANSans";
    text-align: initial;
}

label, select, input[type=checkbox] {
    cursor: pointer;
}

mark {
    background-color: navy;
    color: white;
}