@font-face {
    font-family: "IRANSansWeb";
    src: url(../fonts/eot/IRANSansWeb.eot);
    src: url(../fonts/eot/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(../fonts/woff/IRANSansWeb.woff) format("woff"), url(../fonts/ttf/IRANSansWeb.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*=============*/
@font-face {
    font-family: "IRANSansWeb_Bold";
    src: url(../fonts/eot/IRANSansWeb_Bold.eot);
    src: url(../fonts/eot/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/woff/IRANSansWeb_Bold.woff) format("woff"), url(../fonts/ttf/IRANSansWeb_Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: bold;
}

/*=============*/
@font-face {
    font-family: "IRANSansWeb_Light";
    src: url(../fonts/eot/IRANSansWeb_Light.eot);
    src: url(../fonts/eot/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(../fonts/woff/IRANSansWeb_Light.woff) format("woff"), url(../fonts/ttf/IRANSansWeb_Light.ttf) format("truetype");
    font-weight: lighter;
    font-style: lighter;
}

@font-face {
    font-family: "IRANSansWeb_FaNum";
    src: url(../fonts/eot/IRANSansWeb_FaNum.eot);
    src: url(../fonts/eot/IRANSansWeb_FaNum.eot?#iefix) format("embedded-opentype"), url(../fonts/woff/IRANSansWeb_FaNum.woff) format("woff"), url(../fonts/ttf/IRANSansWeb_FaNum.ttf) format("truetype");
    font-weight: lighter;
    font-style: lighter;
}

body{
    font-family: IRANSansWeb_FaNum !important;
   
}
.kia-body{
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid orange;
}
.kia-body:hover{
    transform: scale(1.1);
    background-color: orange;
}

.uk-card-title {
    font-size: 1.2rem !important;
    /* line-height: 1.4; */
    text-align: center !important;
    direction: rtl;
    margin-top: -5px;
    font-family: IRANSansWeb_FaNum !important;
}
.uk-card-body{
    padding: 20px 15px !important;
    transition: 0.3s;
    background-color: rgba(240, 248, 255, 0);
    border-top: 1px solid rgb(207, 207, 207);
}
