﻿@font-face {
    font-family: "IRANSansWeb";
    src: url("../Assets/fonts/IRANSansWeb.eot"); /* IE */
    src: url("../Assets/fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"), /* IE */
    url("../Assets/fonts/IRANSansWeb.woff") format("woff"), /* Modern Browsers */
    url("../Assets/fonts/IRANSansWeb.ttf") format("truetype"); /* Safari, Android, iOS */
    font-weight: normal;
}

body, html * {
    /*font-weight: 400 !important;*/
    font-family: IRANSansWeb,Poppins,Helvetica,sans-seri !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h3{
    font-size: 32px !important;
}

h2 {
    font-size: 40px !important;
}

.en-font-family {
    font-family: auto !important;
}

.ltr-direction {
    direction: ltr !important;
}

.pad-5{
    padding: 15px !important;
}

.pad-tb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.marg-left-15{
    margin-left: 15px !important;
}

.float-right{
    float: right !important;
}

.bold {
    font-weight: bold !important;
}