:root {
  color-scheme: dark;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

html[data-theme="light"] {
  color-scheme: light;
}

body {
  margin: 0;
}

code,
kbd,
pre,
.font-mono {
  font-family:
    "JetBrains Mono",
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace;
}

* {
  scrollbar-color: rgb(51 65 85) rgb(15 23 42);
}

*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: rgb(15 23 42);
}

*::-webkit-scrollbar-thumb {
  background: rgb(51 65 85);
  border: 2px solid rgb(15 23 42);
  border-radius: 999px;
}
