
/*****
	Font: Roboto
*****/

/* Thin */

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-thin.ttf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-thin-italic.ttf');
  font-weight: 100;
  font-style: italic;
}

/* Light */

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-light-italic.ttf');
  font-weight: 300;
  font-style: italic;
}

/* Regular */

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-regular-italic.ttf');
  font-weight: 400;
  font-style: italic;
}

/* Medium */

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-medium-italic.ttf');
  font-weight: 500;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-bold-italic.ttf');
  font-weight: 700;
  font-style: italic;
}

/* Black */

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-black.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-black-italic.ttf');
  font-weight: 900;
  font-style: italic;
}
