
/*****
	Font: Open Sans
*****/

/* Light */

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/opensans-light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/opensans-light-italic.ttf');
  font-weight: 300;
  font-style: italic;
}

/* Regular */

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/opensans-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/opensans-regular-italic.ttf');
  font-weight: 400;
  font-style: italic;
}

/* Semibold */

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/opensans-semibold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/opensans-semibold-italic.ttf');
  font-weight: 600;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/opensans-bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/opensans-bold-italic.ttf');
  font-weight: 700;
  font-style: italic;
}

/* ExtraBold */

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/opensans-extrabold.ttf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/opensans-extrabold-italic.ttf');
  font-weight: 800;
  font-style: italic;
}
