@font-face {
  font-family: 'OpenSans';
  src: url("fonts/opensans-regular.ttf") format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'OpenSans';
  src: url("fonts/opensans-bold.ttf") format('truetype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'OpenSansCond';
  src: url("fonts/opensans-condlight.ttf") format('truetype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'OpenSansCond';
  src: url("fonts/opensans-condbold.ttf") format('truetype');
  font-style: normal;
  font-weight: 700;
}
