body {
  font-family: 'Inter', sans-serif;
  background-color: #09090b; /* zinc-950 */
  color: #e4e4e7; /* zinc-200 */
}
/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #09090b;
}
::-webkit-scrollbar-thumb {
  background: #27272a;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3f3f46;
}
