body {
  scroll-behavior: smooth;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.mono {
  font-family: 'JetBrains Mono', monospace;
}
