/* Noto Serif font settings for mbl.is: regular+ital, bold */
/* Compare  https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700 */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(static/woff2/NotoSerif-Italic.woff2) format('woff2'),
       url(static/woff/NotoSerif-Italic.woff) format('woff');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(static/woff2/NotoSerif-Regular.woff2) format('woff2'),
       url(static/woff/NotoSerif-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(static/woff2/NotoSerif-Bold.woff2) format('woff2'),
       url(static/woff/NotoSerif-Bold.woff) format('woff');
}
