/*Write your custom css in this file.*/
@font-face {
    font-family: "YekanBakh";
    src: url(fonts/YekanBakh/YekanBakh-Regular.eot);
    src: url(fonts/YekanBakh/YekanBakh-Regular.eot?#iefix) format("embedded-opentype"),
      url(fonts/YekanBakh/YekanBakh-Regular.woff) format("woff"),
      url(fonts/YekanBakh/YekanBakh-Regular.ttf) format("truetype"),
      url(fonts/YekanBakh/YekanBakh-Regular.svg#YekanBakh) format("svg");
    font-weight: normal;
    font-style: normal;
  }
  html,
  body {
    font-family: "YekanBakh" !important;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
  }