@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/Roboto/roboto-v27-latin-500.woff2') format('woff2'),
       url('../fonts/Roboto/roboto-v27-latin-500.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local(''),
       url('../fonts/Roboto/roboto-v27-latin-500italic.woff2') format('woff2'),
       url('../fonts/Roboto/roboto-v27-latin-500italic.woff') format('woff');
}