/*
 * See: https://fonts.google.com/license/googlerestricted
 */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url(/chrome/static/fonts/roboto/web-font/Roboto-Regular.eot) format('embedded-opentype'),
       url(/chrome/static/fonts/roboto/web-font/Roboto-Regular.woff2) format('woff2'),
       url(/chrome/static/fonts/roboto/web-font/Roboto-Regular.woff) format('woff'),
       url(/chrome/static/fonts/roboto/web-font/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url(/chrome/static/fonts/roboto/web-font/Roboto-Medium.eot) format('embedded-opentype'),
       url(/chrome/static/fonts/roboto/web-font/Roboto-Medium.woff2) format('woff2'),
       url(/chrome/static/fonts/roboto/web-font/Roboto-Medium.woff) format('woff'),
       url(/chrome/static/fonts/roboto/web-font/Roboto-Medium.ttf) format('truetype');
}
