body {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
}

::selection {
  background: #4f46e5;
  color: #fff;
}

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

::-webkit-scrollbar-track {
  background: #020617;
}

::-webkit-scrollbar-thumb {
  background: #312e81;
  border-radius: 999px;
}
