@font-face {
    font-family: iransans;
    src: url('../fonts/IRANSansWeb(FaNum).ttf');
}
body {
    font-family: 'iransans' !important;

    direction: rtl;
    text-align: right;
    font-size: .85rem;
    font-weight: normal;
}
a,p,div,span,strong,h1,h2,h3,h4,h5,h6{
    font-family: 'iransans' !important;
}
svg{
    transform: rotate(180deg);
}
.position-fixed-right.mode-switcher-panel-wrapper{
    display: none;
}
.size-font-card-home{
    font-size: 17pt;
}

