@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto"), url('/fonts/roboto-v29-latin-300.woff2') format("woff2");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), url('/fonts/roboto-v29-latin-regular.woff2') format("woff2");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto"), url('/fonts/roboto-v29-latin-italic.woff2') format("woff2");
}

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

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto"), url('/fonts/roboto-v29-latin-700.woff2') format("woff2");
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Mono"), local("Roboto-Mono"), url('/fonts/roboto-mono-v13-latin-regular.woff2') format("woff2")
}