body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #0f0f0f;
  color: #e8e8e8;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #c9a84c;
  color: #0f0f0f;
}
