
/* Roboto Thin */
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Thin.woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-ThinItalic.woff');
  font-weight: 100;
  font-style: italic;
}

/* Robot Light */
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Light.woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-LightItalic.woff');
  font-weight: 300;
  font-style: italic;
}

/* Roboto normal/regular */
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Regular.woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Italic.woff');
  font-weight: 400;
  font-style: italic;
}


/* Roboto medium */
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Medium.woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-MediumItalic.woff');
  font-weight: 500;
  font-style: italic;
}

/* Robot Bold */
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Bold.woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-BoldItalic.woff');
  font-weight: 700;
  font-style: italic;
}

/* Robot Ultrabold */
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Black.woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-BlackItalic.woff');
  font-weight: 900;
  font-style: italic;
}
