
/* @font-face {
    font-family: "Vazir";
    src: url('../fonts/Vazir.ttf');
    src: url('../fonts/Vazir.eot') format("embedded-opentype"),
        url(../fonts/Vazir.woff2) format("woff2"),
        url(../fonts/Vazir.woff) format("woff"),
        url(../fonts/Vazir.ttf) format("truetype");
} */
@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('../fonts/Vazir.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('../fonts/Vazir.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('../fonts/Vazir.ttf') format('truetype');
}
html {
    font-family: Vazir;
    /* color: #0c0c0c; */
    /* background-color: #ffffff; */
    /* overflow-x: hidden; */
}
body {
    font-family: "Vazir";
    /* color: #0c0c0c; */
    /* background-color: #ffffff; */
    /* overflow-x: hidden; */
}
h1,
h2 {
    font-family: "Vazir", sans-serif;
}
