@charset "UTF-8";
@font-face {
    font-family:iransans;
    font-style:normal;
    font-weight:500;
    src:url("fonts/IRANSansWeb(FaNum)_Bold.eot");
    src:url("fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),
        url("fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
        url("fonts/IRANSansWeb(FaNum)_Bold.ttf") format("truetype")
}
/*@font-face {
    font-family: "iransans";
    font-weight: 200;
    src: url("fonts/iransans_ultralight.woff") format("woff")
}
@font-face {
    font-family: "iransans";
    font-weight: 500;
    src: url("fonts/iransans_medium.woff") format("woff")
}
@font-face {
    font-family: "iransans";
    font-weight: bold;
    src: url("fonts/iransans_bold.woff") format("woff")
}*/
/*@font-face {
    font-family: "materialicons";
    font-weight: 400;
    src: url("materialicons-regular.ttf") format("truetype")
}
@font-face {
    font-family: "materialicons";
    font-weight: 400;
    src: url("materialicons-regular.woff") format("woff")
}
@font-face {
    font-family: "materialicons";
    font-weight: 400;
    src: url("materialicons-regular.woff2") format("woff2")
}*/
/*@media only screen and (max-device-width: 1280px) {
    body { 
        font-size: 2em; 
        background: red;
        font-size: 40pt; 
    }
    p{
        font-size: 60%;
    }
}
@media only screen and (min-device-width: 1280px) {
    body { 
        font-size: 1em; 
        background: blue;
        text-align: center;
    }
    #body{
        max-width: 400px;
    }
}*/
