/* RESET */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* FONT */
@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb.woff') format('woff'),
         url('../fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'IRANSans', Tahoma, Arial, sans-serif;
}
@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
         url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
         url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
    font-weight: normal;
}
