/*---------------------------------------------------------------*/
/*--------------------------- fonts.css -------------------------*/
/*---------------------------------------------------------------*/
@font-face {
  font-family: 'opensans-semibold';
  src: url('../fonts/opensans-semibold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-regular';
  src: url('../fonts/opensans-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-light';
  src: url('../fonts/opensans-light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'raleway-medium';
  src: url('../fonts/raleway-medium.ttf');
  font-weight: 400;
  font-style: normal;
}

