@font-face {
    font-family: 'IRANSans';
    src: url('fonts/IRANSansWeb_Light.woff2') format('woff2'),
         url('fonts/IRANSansWeb_Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('fonts/Vazir-Light-FD.woff2') format('woff2'),
         url('fonts/Vazir-Light-FD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'IRANSans', 'Vazir', Tahoma, sans-serif;

    direction: rtl;
}






