/* Combo: Kreon 400, 700; Lato 300, 400, 400i, 700, 700i */

/* Kreon */
@font-face {
  font-family: 'Kreon';
  font-style: normal;
  font-weight: 400;
  src: url(kreon/static/woff2/Kreon-Regular.woff2) format('woff2'),
       url(kreon/static/woff/Kreon-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Kreon';
  font-style: normal;
  font-weight: 700;
  src: url(kreon/static/woff2/Kreon-Bold.woff2) format('woff2'),
       url(kreon/static/woff/Kreon-Bold.woff) format('woff');
}

/* Lato */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(lato/static/woff2/Lato-Italic.woff2) format('woff2'),
       url(lato/static/woff/Lato-Italic.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url(lato/static/woff2/Lato-BoldItalic.woff2) format('woff2'),
       url(lato/static/woff/Lato-BoldItalic.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(lato/static/woff2/Lato-Light.woff2) format('woff2'),
       url(lato/static/woff/Lato-Light.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(lato/static/woff2/Lato-Regular.woff2) format('woff2'),
       url(lato/static/woff/Lato-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(lato/static/woff2/Lato-Bold.woff2) format('woff2'),
       url(lato/static/woff/Lato-Bold.woff) format('woff');
}
