@font-face {
    font-family: "Vazir";
    font-style: normal;
    font-weight: 500;
    src: url('Vazir.eot');
    src: url('Vazir.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('Vazir.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('Vazir.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('Vazir.ttf') format('truetype');
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
label,
title,
center,
strong,
input,
select,
option,
div,
form,
ul,
li,
button,
th,
thead,
tr,
tbody,
text,
string,
b,
html,
body,
footer,
header,
nav,
section,
textarea {
    font-family: Vazir;
    margin: 0;
    padding: 0;
    /* direction: rtl; */
}

* {
    padding: 0;
    margin: 0;
    font-family: Vazir;
}

a {
    text-decoration: none;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* -----special---- */

th {
    text-align: center;
}

td {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}