@font-face {
  font-family: 'Roboto';
  src: url('roboto-thin-webfont.woff2') format('woff2'),
    url('roboto-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('roboto-light-webfont.woff2') format('woff2'),
    url('roboto-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('roboto-regular-webfont.woff2') format('woff2'),
    url('roboto-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('roboto-medium-webfont.woff2') format('woff2'),
    url('roboto-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('roboto-black-webfont.woff2') format('woff2'),
    url('roboto-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
