/* see https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight for how font-weights match up */

/*

Available weights:

200 Extra Light
300 Light
400 (normal) Normal
600 Semi Bold
700 (bold) Bold
800 Extra Bold
900 Black

*/

@font-face {
  font-family: 'nunito';
  font-style: normal;
  font-weight: 200;
  src: url(NunitoSans-ExtraLight-webfont.woff2) format('woff2'),
    url(NunitoSans-ExtraLight-webfont.woff) format('woff');
}
@font-face {
  font-family: 'nunito';
  font-style: italic;
  font-weight: 200;
  src: url(NunitoSans-ExtraLightItalic-webfont.woff2) format('woff2'),
    url(NunitoSans-ExtraLightItalic-webfont.woff) format('woff');
}
@font-face {
  font-family: 'nunito';
  font-style: normal;
  font-weight: 300;
  src: url(NunitoSans-Light-webfont.woff2) format('woff2'),
    url(NunitoSans-Light-webfont.woff) format('woff');
}
@font-face {
  font-family: 'nunito';
  font-style: italic;
  font-weight: 300;
  src: url(NunitoSans-LightItalic-webfont.woff2) format('woff2'),
    url(NunitoSans-LightItalic-webfont.woff) format('woff');
}
@font-face {
  font-family: 'nunito';
  font-style: normal;
  font-weight: 400;
  src: url(NunitoSans-Regular-webfont.woff2) format('woff2'),
    url(NunitoSans-Regular-webfont.woff) format('woff');
}
@font-face {
  font-family: 'nunito';
  font-style: italic;
  font-weight: 400;
  src: url(NunitoSans-Italic-webfont.woff2) format('woff2'),
    url(NunitoSans-Italic-webfont.woff) format('woff');
}
@font-face {
  font-family: 'nunito';
  font-style: normal;
  font-weight: 600;
  src: url(NunitoSans-SemiBold-webfont.woff2) format('woff2'),
    url(NunitoSans-SemiBold-webfont.woff) format('woff');
}
@font-face {
  font-family: 'nunito';
  font-style: italic;
  font-weight: 600;
  src: url(NunitoSans-SemiBoldItalic-webfont.woff2) format('woff2'),
    url(NunitoSans-SemiBoldItalic-webfont.woff) format('woff');
}
@font-face {
  font-family: 'nunito';
  font-style: normal;
  font-weight: 700;
  src: url(NunitoSans-Bold-webfont.woff2) format('woff2'),
    url(NunitoSans-Bold-webfont.woff) format('woff');
}
@font-face {
  font-family: 'nunito';
  font-style: italic;
  font-weight: 700;
  src: url(NunitoSans-BoldItalic-webfont.woff2) format('woff2'),
    url(NunitoSans-BoldItalic-webfont.woff) format('woff');
}
@font-face {
  font-family: 'nunito';
  font-style: normal;
  font-weight: 900;
  src: url(NunitoSans-Black-webfont.woff2) format('woff2'),
    url(NunitoSans-Black-webfont.woff) format('woff');
}
@font-face {
  font-family: 'nunito';
  font-style: italic;
  font-weight: 900;
  src: url(NunitoSans-BlackItalic-webfont.woff2) format('woff2'),
    url(NunitoSans-BlackItalic-webfont.woff) format('woff');
}