/* Open Runde (Lauri Kern, SIL OFL) — self-hosted brand typeface for SolveHog.
 * Linked from the Layout <head> via brand.config `fonts.href`. These faces are ALSO declared in
 * src/styles/overrides.css (which loads on every page via site.css); this file exists so the
 * head-level font <link> is valid and warms the same woff2 files early. Keep the two in sync. */
@font-face {
  font-family: "Open Runde";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/OpenRunde-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Open Runde";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/OpenRunde-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Open Runde";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/OpenRunde-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Open Runde";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/OpenRunde-Bold.woff2") format("woff2");
}
