@font-face {
  font-family: Roboto;
  font-weight: normal;
  src: url('/static/fonts/roboto-v20-latin-ext_latin-regular.woff2') format('woff2'),
       url('/static/fonts/roboto-v20-latin-ext_latin-regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-weight: 300;
  src: url('/static/fonts/roboto-v20-latin-ext_latin-300.woff2') format('woff2'),
       url('/static/fonts/roboto-v20-latin-ext_latin-300.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-weight: 500;
  src: url('/static/fonts/roboto-v20-latin-ext_latin-500.woff2') format('woff2'),
       url('/static/fonts/roboto-v20-latin-ext_latin-500.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-weight: bold;
  src: url('/static/fonts/roboto-v20-latin-ext_latin-700.woff2') format('woff2'),
       url('/static/fonts/roboto-v20-latin-ext_latin-700.woff') format('woff');
  font-display: swap;
}
