:root {
  color-scheme: light;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

#tooltip {
  position: fixed;
  z-index: 50;
}

input[type="range"] {
  accent-color: #111827;
}
