@font-face {
    font-family: 'IPIRANYekanXVF';
    src: url('../fonts/IRANYekanXVF.woff') format('woff-variations'),
    url('../fonts/IRANYekanXVF.woff') format('woff');
    font-weight: 100 1000;
    font-display: fallback;
}
@font-face {
    font-family: IPIRANYekanX;
    src: url('../fonts/IRANYekanX-regular.woff') format('woff');
}
@font-face {
    font-family: IPIRANYekanX;
    src: url('../fonts/IRANYekanX-bold.woff') format('woff');
    font-weight: bold;
}
*, *:focus {
    outline: none;
}
body {
    background: #f4f5f9;
    color: #242424;
    font-family: IPIRANYekanX, tahoma;
    overflow-x: hidden;
    overflow-y: auto !important;
    padding: 0 !important;
    margin-bottom: 65px;
}
@supports (font-variation-settings: normal) {
    body {
        font-family: 'IPIRANYekanXVF', tahoma;
    }
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
*::selection {
    background: #b527803d;
}
*::-moz-selection {
    background: #b527803d;
}
*::-webkit-selection {
    background: #b527803d;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
a {
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    text-decoration: none;
}
hr{
    border-color: #83838399;
}
.fs-7{
    font-size: .9rem !important;
}
.fs-8{
    font-size: .8rem !important;
}
.fs-9{
    font-size: .7rem !important;
}
.fs-10{
    font-size: .6rem !important;
}
.color{
    color: #242424;
}
.color-2{
    color: #f98138;
}
.color-3{
    color: #999999;
}
.color-ip{
    color: #303f9f;
}
.fa{
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
.cursor-pointer{
    cursor: pointer;
}


