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