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

@font-face {
    font-family: 'IranSansX';
    src: url('../fonts/woff2/IRANSansX-Bold.woff2') format('woff2'),
         url('../fonts/woff/IRANSansX-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
body {
    font-family: 'IranSansX', Tahoma, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IranSansX', Tahoma, Arial, sans-serif;
    font-weight: bold;
}

