@font-face {
  font-family: "Söhne Fallback";
  src: local("Arial");
  ascent-override: 84.39%;
  descent-override: 18.99%;
  line-gap-override: 0%;
  size-adjust: 123.24%;
}

@font-face {
  font-family: "Söhne";
  src: url("/assets/fonts/Sohne-Buch.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Söhne";
  src: url("/assets/fonts/Sohne-Kraftig.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Söhne";
  src: url("/assets/fonts/Sohne-Dreiviertelfett.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ioskeley Mono";
  src: url("/assets/fonts/IoskeleyMono-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --firm-body-font: "Söhne", "Söhne Fallback", system-ui, sans-serif;
  --firm-utility-font: "Ioskeley Mono", ui-monospace, monospace;
  --firm-ink: #081a28;
  --firm-note: #f3efe6;
  --firm-signal: #a92e23;
}
