:root {
  color-scheme: light;
  font-family: Inter, sans-serif;
  background: #f8f9fa;
  color: #1a1a2e;
}

body {
  margin: 0;
}

.shell {
  max-width: 720px;
  margin: 0 auto;
  padding: 96px 24px;
}

.eyebrow {
  color: #006e2f;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  font-family: "Hanken Grotesk", sans-serif;
}