@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Light-300.woff2') format('woff');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Regular-400.woff2') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Medium-500.woff2') format('woff');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Bold-700.woff2') format('woff');
  font-style: normal;
  font-weight: 700;
}