html {
  color-scheme: dark;
}

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

pre,
code {
  font-family: "JetBrains Mono", "Cascadia Code", ui-monospace, SFMono-Regular, monospace;
}

::selection {
  background: rgb(45 212 191 / 35%);
}

a,
button {
  transition: color .15s ease, border-color .15s ease, background-color .15s ease;
}
