
/*
100 - Thin (Hairline)
200 - Extra Light (Ultra Light)
300 - Light
400 - Normal (Regular)
500 - Medium
600 - Semi Bold (Demi Bold)
700 - Bold
800 - Extra Bold (Ultra Bold)
900 - Black (Heavy)
*/



/*    Open Sans     */


/* regular  */

@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/static/OpenSans-Regular.ttf");
}


/* regular italic  */
/*
@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: italic;
  src: url("fonts/static/OpenSans-Italic.ttf");
}
*/
/* semibold  */
/*
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  src: url("fonts/static/OpenSans-Semibold.ttf");
}
*/
/* semibold italic  */
/*
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;
  src: url("fonts/static/OpenSans-SemiboldItalic.ttf");
}
*/
/* bold */
/*
@font-face {
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: normal;
  src: url("fonts/static/OpenSans-Bold.ttf");
}
*/
/* bold italic */
/*
@font-face {
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: italic;
  src: url("fonts/static/OpenSans-BoldItalic.ttf");
}
*/



/*    Open Sans Condensed     */


@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 300;
  font-style: normal;
  src: url("fonts/static/OpenSans_Condensed-Light.ttf");
}

/*
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 300;
  font-style: italic;
  src: url("fonts/static/OpenSans-LightItalic.ttf");
}
*/