/* EmkanFont */
@font-face {
    font-family: emkan-deco;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/emkan/EmkanDeco-Thin.ttf');
  }
  @font-face {
    font-family: emkan;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/emkan/Emkan-Thin.ttf');
  }
  @font-face {
    font-family: emkan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/emkan/Emkan-Regular.ttf');
  }
  @font-face {
    font-family: emkan;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/emkan/Emkan-Bold.ttf');
  }
  @font-face {
    font-family: emkan;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/emkan/Emkan-Black.ttf');
  }

  /* Shabnam Font */
  @font-face {
    font-family: shabnam;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/shabnam/Shabnam-Thin-FD.ttf');
  }
  @font-face {
    font-family: shabnam;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/shabnam/Shabnam-Light-FD.ttf');
  }
  @font-face {
    font-family: shabnam;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/shabnam/Shabnam-FD.ttf');
  }
  @font-face {
    font-family: shabnam;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/shabnam/Shabnam-Medium-FD.ttf');
  }
  @font-face {
    font-family: shabnam;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/shabnam/Shabnam-Bold-FD.ttf');
  }