html, body {
    font-family: "Vazirmatn";
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    text-decoration: none;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6, p, a, ul, li {
    font-family: "Vazirmatn" !important;
    letter-spacing: 0 !important;
    text-decoration: none;
}

.counter .content .count-item.decoration-bottom:after {
    left: unset;
    right: 70%;
}
.counter .content .count-item.decoration-top:after {
    left: unset;
    right: 70%;
}


/* Nav */
  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    right: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

/* Bootstrap fix */

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  vertical-align: -.3em;
}