:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

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

video {
  min-height: 240px;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

#track-list {
  white-space: pre-wrap;
}

::selection {
  background: rgba(34, 211, 238, 0.35);
}
