/*
 * neuzeit-grotesk:
 * neuzeit-grotesk-condensed:
 * neuzeit-grotesk-extra-conden:
 */

@font-face {
  font-family: "neuzeit-grotesk-condensed";
  src: url("neuzeit-grotesk-condensed.woff2") format("woff2"),
       url("neuzeit-grotesk-condensed.woff") format("woff"),
       url("neuzeit-grotesk-condensed.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}

@font-face {
  font-family: "neuzeit-grotesk";
  src: url("neuzeit-grotesk-light.woff2") format("woff2"),
       url("neuzeit-grotesk-light.woff") format("woff"),
       url("neuzeit-grotesk-light.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

@font-face {
  font-family: "neuzeit-grotesk";
  src: url("neuzeit-grotesk-regular.woff2") format("woff2"),
       url("neuzeit-grotesk-regular.woff") format("woff"),
       url("neuzeit-grotesk-regular.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "neuzeit-grotesk";
  src: url("neuzeit-grotesk-bold.woff2") format("woff2"),
       url("neuzeit-grotesk-bold.woff") format("woff"),
       url("neuzeit-grotesk-bold.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "neuzeit-grotesk";
  src: url("neuzeit-grotesk-black.woff2") format("woff2"),
       url("neuzeit-grotesk-black.woff") format("woff"),
       url("neuzeit-grotesk-black.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}


@font-face {
  font-family: "neuzeit-grotesk-extra-conden";
  src: url("neuzeit-grotesk-extra-conden.woff2") format("woff2"),
       url("neuzeit-grotesk-extra-conden.woff") format("woff"),
       url("neuzeit-grotesk-extra-conden.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}

.tk-neuzeit-grotesk-condensed {
  font-family: "neuzeit-grotesk-condensed", sans-serif;
}

.tk-neuzeit-grotesk {
  font-family: "neuzeit-grotesk", sans-serif;
}

.tk-neuzeit-grotesk-extra-conden {
  font-family: "neuzeit-grotesk-extra-conden", sans-serif;
}