@font-face {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/Roboto/roboto-v15-latin-regular.woff2');
}

@font-face {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: bold;
  src: url('../fonts/Roboto/roboto-v15-latin-700.woff2');
}

@font-face {
  font-family: 'Roboto', sans-serif;;
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/Roboto/roboto-v15-latin-italic.woff2');
}

@font-face {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  src: url('../fonts/Roboto/roboto-v15-latin-500italic.woff2');
}

html
{
    font-family: 'Roboto', sans-serif;
}
