* { box-sizing: border-box; }

html, body, #root {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #f9fafb;
  color: #111827;
}

button, input, select {
  font: inherit;
}

::selection {
  background: #d1d5db;
  color: #111827;
}

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

.scrollbar-thin::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 9999px;
}

.scrollbar-thin::-webkit-scrollbar-track {
  background: transparent;
}
