

/*---------------------------------------------------------------------------*
 * Open Sans
 *---------------------------------------------------------------------------*/

/** Bold 700 */
@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    src: url("../fonts/OpenSans-Bold.ttf");
  }
  
  /** Semi-Bold 600 */
  @font-face {
    font-family: "Open Sans";
    font-weight: 600;
    src: url("../fonts/OpenSans-SemiBold.ttf");
  }
  
  /** Regular 400 */
  @font-face {
    font-family: "Open Sans";
    font-weight: 400;
    src: url("../fonts/OpenSans-Regular.ttf");
  }
  
  /** Light 300 */
  @font-face {
    font-family: "Open Sans";
    font-weight: 300;
    src: url("../fonts/OpenSans-Light.ttf");
  }
  