/* Klarheit — företagets profiltypsnitt. Filer ligger på /fonts/ (passthrough). */
@font-face {
  font-family: "KlarheitGrotesk";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/ESKlarheitGrotesk-Book.woff2) format("woff2"),
       url(/fonts/ESKlarheitGrotesk-Book.woff) format("woff");
}
@font-face {
  font-family: "KlarheitGrotesk";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/ESKlarheitGrotesk-Bold.woff2) format("woff2"),
       url(/fonts/ESKlarheitGrotesk-Bold.woff) format("woff");
}
@font-face {
  font-family: "KlarheitKurrent";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/ESKlarheitKurrent-Medium.woff2) format("woff2"),
       url(/fonts/ESKlarheitKurrent-Medium.woff) format("woff");
}
