/* Self-hosted stolzl font (formerly via TypeKit CDN) */
@font-face {
  font-family: "stolzl";
  src: url("/assets/fonts/stolzl-light.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

@font-face {
  font-family: "stolzl";
  src: url("/assets/fonts/stolzl-regular.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "stolzl";
  src: url("/assets/fonts/stolzl-medium.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "stolzl";
  src: url("/assets/fonts/stolzl-bold.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

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