* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
}

body {
  background:
    radial-gradient(circle at top left, rgba(30, 64, 175, 0.18), transparent 34rem),
    #070c14;
}

.scrollbar-thin::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scrollbar-thin::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.55);
}

.scrollbar-thin::-webkit-scrollbar-thumb {
  background: #2a3b53;
  border-radius: 999px;
}
