@font-face {
  font-family: "Inter";
  src: url("/static/fonts/InterVariable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

/*
 * One readable product typeface across the public site and live map.
 * Inter has the compact, neutral rhythm of modern social interfaces while
 * retaining clear counters, punctuation and mixed-case labels.
 */
html body,
html body * {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-synthesis: none;
}

html body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html body code,
html body pre,
html body kbd,
html body samp,
html body .active-region-ids *,
html body .cluster-identifiers *,
html body .storm-lens-identifiers *,
html body #storm-lens-front-id {
  font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace !important;
}
