/* Types and weights */
/* Below values are mapped with the tailwind fontWeight configuration -> tailwind.tokens.json*/
/* thin 100 */
/* extra-light 200 */
/* light 300 */
/* normal 400 */
/* regular 500 */
/* medium 600  */
/* bold 700 */
/* ultra 800 */

/* middle 1000 <- We don't have it in our tailwind, but it exists as font ....*/

/* Src sorting order in @font-face based on https://css-tricks.com/snippets/css/using-font-face/ */
/* IMPORTANT: FONT-FACE decleration must be applied BEFORE ANY OTHER STYLE */

@font-face {
  font-family: 'kleine_sans';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Thin.eot?v3"); /* IE9 Compat Modes */
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Thin.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Thin.woff2?v3') format('woff2'), /* Super Modern Browsers */
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Thin.woff?v3') format('woff'), /* Pretty Modern Browsers */
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWeb-Thin.otf?v3') format('opentype'); /* Safari, Android, iOS */
  font-weight: 100; /* thin */
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kleine_sans';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-ExtraLight.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-ExtraLight.eot?#iefix") format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-ExtraLight.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-ExtraLight.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWeb-ExtraLight.otf?v3') format('opentype');
  font-weight: 200; /* extra-light */
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kleine_sans';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-ExtraLight.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-ExtraLight.eot?#iefix") format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Light.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Light.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWeb-Light.otf?v3') format('opentype');
  font-weight: 300; /* light */
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kleine_sans';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Normal.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Normal.eot?#iefix") format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Normal.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Normal.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWeb-Normal.otf?v3') format('opentype');
  font-weight: 400; /* normal */
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'kleine_sans';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Regular.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Regular.eot?#iefix") format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Regular.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Regular.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWeb-Regular.otf?v3') format('opentype');
  font-weight: 500; /* regular */
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kleine_sans';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Medium.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Medium.eot?#iefix") format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Medium.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Medium.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWeb-Medium.otf?v3') format('opentype');
  font-weight: 600; /* medium */
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kleine_sans';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Middle.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Middle.eot?#iefix") format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Middle.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Middle.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWeb-Medium.otf?v3') format('opentype');
  font-weight: 1000; /* middle */
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kleine_sans';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Bold.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Bold.eot?#iefix") format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Bold.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Bold.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWeb-Bold.otf?v3') format('opentype');
  font-weight: 700; /* bold */
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kleine_sans';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Ultra.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Ultra.eot?#iefix") format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Ultra.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWeb-Ultra.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWeb-Ultra.otf?v3') format('opentype');
  font-weight: 800; /* ultra */
  font-style: normal;
  font-display: block;
}

/* -----------------------------------------------------------------------------------------------------------------*/
/* kleine-sans-condensed */
@font-face {
  font-family: "kleine_sans-condensed";
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Thin.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Thin.eot?#iefix") format("embedded-opentype"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Thin.woff2") format("woff2"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Thin.woff") format("woff"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWebCondensed-Thin.otf?v3') format('opentype');
  font-weight: 100; /* thin */
  font-display: block;
}

@font-face {
  font-family: "kleine_sans-condensed";
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-ExtraLight.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-ExtraLight.eot?#iefix") format("embedded-opentype"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-ExtraLight.woff2") format("woff2"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-ExtraLight.woff") format("woff"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWebCondensed-ExtraLight.otf?v3') format('opentype');
  font-weight: 200; /* extra-light */
  font-display: block;
}

@font-face {
  font-family: "kleine_sans-condensed";
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Light.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Light.eot?#iefix") format("embedded-opentype"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Light.woff2") format("woff2"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Light.woff") format("woff"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWebCondensed-Light.otf?v3') format('opentype');
  font-weight: 300; /* light */
  font-display: block;
}
@font-face {
  font-family: "kleine_sans-condensed";
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Normal.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Normal.eot?#iefix") format("embedded-opentype"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Normal.woff2") format("woff2"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Normal.woff") format("woff"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWebCondensed-Normal.otf?v3') format('opentype');
  font-weight: 400; /* normal */
  font-display: block;
}

@font-face {
  font-family: "kleine_sans-condensed";
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Regular.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Regular.eot?#iefix") format("embedded-opentype"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Regular.woff2") format("woff2"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Regular.woff") format("woff"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWebCondensed-Regular.otf?v3') format('opentype');
  font-weight: 500; /* regular */
  font-display: block;
}

@font-face {
  font-family: "kleine_sans-condensed";
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Medium.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Medium.eot?#iefix") format("embedded-opentype"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Medium.woff2") format("woff2"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Medium.woff") format("woff"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWebCondensed-Medium.otf?v3') format('opentype');
  font-weight: 600; /* medium */
  font-display: block;
}

@font-face {
  font-family: "kleine_sans-condensed";
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Bold.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Bold.eot?#iefix") format("embedded-opentype"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Bold.woff2") format("woff2"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Bold.woff") format("woff"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWebCondensed-Bold.otf?v3') format('opentype');
  font-weight: 700; /* bold */
  font-display: block;
}

@font-face {
  font-family: "kleine_sans-condensed";
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Ultra.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Ultra.eot?#iefix") format("embedded-opentype"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Ultra.woff2") format("woff2"),
  url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/KleineSansWebCondensed-Ultra.woff") format("woff"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineSansWeb/OTF/KleineSansWebCondensed-Ultra.otf?v3') format('opentype');
  font-weight: 800; /* ultra */
  font-display: block;
}

/* -----------------------------------------------------------------------------------------------------------------*/
/* kleine-titel */
@font-face {
  font-family: 'kleine_titel';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Thin.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Thin.eot?#iefix") format("embedded-opentype"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Thin.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Thin.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWeb-Thin.otf?v3') format('opentype');
  font-weight:  100; /* thin */
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kleine_titel';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-ExtraLight.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-ExtraLight.eot?#iefix") format("embedded-opentype"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-ExtraLight.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-ExtraLight.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWeb-ExtraLight.otf?v3') format('opentype');
  font-weight:  200; /* extra-light */
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kleine_titel';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Light.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Light.eot?#iefix") format("embedded-opentype"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Light.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Light.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWeb-Light.otf?v3') format('opentype');
  font-weight:  300; /* light */
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kleine_titel';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Regular.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Regular.eot?#iefix") format("embedded-opentype"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Regular.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Regular.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWeb-Regular.otf?v3') format('opentype');
  font-weight:  400 500; /* regular */
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kleine_titel';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Medium.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Medium.eot?#iefix") format("embedded-opentype"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Medium.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Medium.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWeb-Medium.otf?v3') format('opentype');
  font-weight:  600; /* medium */
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kleine_titel';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Bold.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Bold.eot?#iefix") format("embedded-opentype"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Bold.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Bold.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWeb-Bold.otf?v3') format('opentype');
  font-weight: 700; /* bold */
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'kleine_titel';
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Ultra.eot?v3");
  src: url("https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Ultra.eot?#iefix") format("embedded-opentype"),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Ultra.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWeb-Ultra.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWeb-Ultra.otf?v3') format('opentype');
  font-weight: 800; /* ultra */
  font-style: normal;
  font-display: block;
}

/* -----------------------------------------------------------------------------------------------------------------*/
/* kleine-titel-condensed */
@font-face {
  font-family: 'kleine_titel-condensed';
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Thin.eot?v3');
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Thin.eot?#iefix') format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Thin.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Thin.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWebCondensed-Thin.otf?v3') format('opentype');
  font-weight: 100; /* thin */
  font-display: block;
}

@font-face {
  font-family: 'kleine_titel-condensed';
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-ExtraLight.eot?v3');
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-ExtraLight.eot?#iefix') format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-ExtraLight.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-ExtraLight.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWebCondensed-ExtraLight.otf?v3') format('opentype');
  font-weight:  200; /* extra-light */
  font-display: block;
}

@font-face {
  font-family: 'kleine_titel-condensed';
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Light.eot?v3');
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Light.eot?#iefix') format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Light.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Light.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWebCondensed-Light.otf?v3') format('opentype');
  font-weight:  300; /* light */
  font-display: block;
}

@font-face {
  font-family: 'kleine_titel-condensed';
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Regular.eot?v3');
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Regular.eot?#iefix') format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Regular.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Regular.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWebCondensed-Regular.otf?v3') format('opentype');
  font-weight:  400 500; /* regular */
  font-display: block;
}

@font-face {
  font-family: 'kleine_titel-condensed';
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Medium.eot?v3');
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Medium.eot?#iefix') format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Medium.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Medium.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWebCondensed-Medium.otf?v3') format('opentype');
  font-weight:  600; /* medium */
  font-display: block;
}

@font-face {
  font-family: 'kleine_titel-condensed';
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Bold.eot?v3');
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Bold.eot?#iefix') format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Bold.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Bold.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWebCondensed-Bold.otf?v3') format('opentype');
  font-weight: 700; /* bold */
  font-display: block;
}

@font-face {
  font-family: 'kleine_titel-condensed';
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Ultra.eot?v3');
  src: url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Ultra.eot?#iefix') format('embedded-opentype'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Ultra.woff2?v3') format('woff2'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/KleineTitelWebCondensed-Ultra.woff?v3') format('woff'),
  url('https://assets.kleinezeitung.at/static/fonts/kleineweb/KleineTitelWeb/OTF/KleineTitelWebCondensed-Ultra.otf?v3') format('opentype');
  font-weight: 800; /* ultra */
  font-display: block;
}
