/*---------------------------------------------------------------------------*
 * Hind
 *---------------------------------------------------------------------------*/

/** Bold 700 */
@font-face {
    font-family: "Hind";
    font-weight: 300;
    src: url("../font/Hind-Regular.ttf");
  }


/*---------------------------------------------------------------------------*
 * Playfair
 *---------------------------------------------------------------------------*/

/** Bold 700 */
@font-face {
    font-family: "Playfair";
    font-weight: 800;
    src: url("../font/PlayfairDisplay-Bold.ttf");
  }
  
  /** Semi-Bold 600 */
  @font-face {
    font-family: "Playfair";
    font-weight: 300;
    src: url("../font/PlayfairDisplay-Regular.ttf");
  }