/* Roboto 300, 400, 500, 700 */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(static/woff2/Roboto-Light.woff2) format('woff2'),
       url(static/woff/Roboto-Light.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(static/woff2/Roboto-Regular.woff2) format('woff2'),
       url(static/woff/Roboto-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(static/woff2/Roboto-Medium.woff2) format('woff2'),
       url(static/woff/Roboto-Medium.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(static/woff2/Roboto-Bold.woff2) format('woff2'),
       url(static/woff/Roboto-Bold.woff) format('woff');
}
