/*Write your custom style or CSS code here*/

@font-face {
  font-family: "iransans";
  src: url("../fonts/IRANSansXV.woff2") format("woff2-variations"),
    url("../fonts/IRANSansXV.woff2") format("woff2");
  font-weight: 100 900;
  font-display: fallback;
}
.popover {
  font-family: "iransans", tahoma;
}
body {
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}
.tt-main-header #Primary_Navbar-Store .dropdown-menu li a:before,
.tt-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f100";
}
.sidebar .sidebar-menu-item-icon-wrapper {
  margin-right: unset;
  margin-left: 0.25rem;
}
