/* Inter, the self-hosted files the console already ships. Bold covers 700 to 900, so the page's
   800 weights use the real bold instead of a synthesised one. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Inter-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Inter-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Inter-SemiBold.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url(/fonts/Inter-Bold.woff2) format("woff2");
}
:root {
  --f: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}
