@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  background-color: #09090b;
  color: #e4e4e7;
  font-family: system-ui, sans-serif;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.1;
}