﻿
@font-face
{
 font-family:'YekanNumber';
 src: url('FontYekan/yekannumbers.eot?#') format('eot'),  /* IE6–8 */
    url('FontYekan/yekannumbers.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('FontYekan/yekannumbers.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: "yekan";
    src: url(FontYekan/BYekan.eot);
    src: url(FontYekan/BYekan.eot?#iefix) format("embedded-opentype"), url(FontYekan/BYekan.woff) format("woff"), url(FontYekan/BYekan.ttf) format("truetype"), url(FontYekan/BYekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}

body
{
    font-family:yekan,Arial;
}


.FontFamily
{
    font-family:yekan!important;
}

a{text-decoration:none!important;}

.sysBackgroundFull {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height:100vh;
    position:fixed;
    top:0px;
    z-index:-1;
}
    


