body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: #0f0f0f;
  color: #e8e8e8;
  -webkit-font-smoothing: antialiased;
}
.logo-icon {
  width: 28px;
  height: 28px;
  background: #c8ff00;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
::selection {
  background: #c8ff00;
  color: #0f0f0f;
}
