@font-face {
    font-family: custom-font;
    src: url(../font/yekan/Yekan.woff) format(woff),
      url(../font/yekan/Yekan.woff2) format(woff2),
      url(../font/yekan/Yekan.ttf) format(ttf);
  }
  @font-face {
    font-family: "custom-font2";
    src: url(../font/vazir/Vazir-Bold.woff) format(woff),
      url(../font/vazir/Vazir-Bold.woff2) format(woff2);
  }
  @font-face {
    font-family: "custom-font3";
    src: url(../font/sans/Sans-Medium.ttf) format(ttf),
      url(../font/sans/Sans-Regular.ttf) format(ttf);
  }
  * {
    box-sizing: border-box;
    font-family: custom-font2;
    font-feature-settings: "lnum";
  }
  body {
    margin: 0;
    padding: 0;
    font-family: custom-font;
  }
  .hidden {
    display: none;
  }
  @font-face {
    font-family: custom-font;
    src: url(../font/yekan/Yekan.woff) format(woff),
      url(../font/yekan/Yekan.woff2) format(woff2),
      url(../font/yekan/Yekan.ttf) format(ttf);
  }
  @font-face {
    font-family: "custom-font2";
    src: url(../font/vazir/Vazir-Bold.woff) format(woff),
      url(../font/vazir/Vazir-Bold.woff2) format(woff2);
  }
  @font-face {
    font-family: "custom-font3";
    src: url(../font/sans/Sans-Medium.ttf) format(ttf),
      url(../font/sans/Sans-Regular.ttf) format(ttf);
  }
  * {
    box-sizing: border-box;
    font-family: custom-font2;
    font-feature-settings: "lnum";
  }
  .fw-800{
    font-weight: 800;
  }
  .w-inherit{
    width: inherit;
  }
  body{
    margin: 0;
    padding: 0;
  }
