<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face 
{
    font-family:'IRANSansWeb';
    src:url('/theme/fonts/IRANSansWeb/IRANSansWeb.eot') format('eot'),
        url('/theme/fonts/IRANSansWeb/IRANSansWeb.ttf') format('truetype'),
        url('/theme/fonts/IRANSansWeb/IRANSansWeb.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face 
{
    font-family:'IRANSansWeb_Bold';
    src:url('/theme/fonts/IRANSansWeb_Bold/IRANSansWeb_Bold.eot') format('eot'),
        url('/theme/fonts/IRANSansWeb_Bold/IRANSansWeb_Bold.ttf') format('truetype'),
        url('/theme/fonts/IRANSansWeb_Bold/IRANSansWeb_Bold.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

* 
{
    font-family:'IRANSansWeb';
}


body {
    font-size: 16px;
    font-family: 'IRANSansWeb', tahoma;
    vertical-align: baseline;
    background-color: #e6e8eb;
    color: #444;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 18px;
        line-height:30px;
    }
    h1.mb-5 ,
    hr.mb-5 { margin-bottom:10px!important; }
    .btn { font-size:16px; }
    .btn.Btn1 { font-size:13px; padding-right:3px; padding-left:3px; }
}</pre></body></html>