:root {
  color-scheme: dark;
  font-family: system-ui, sans-serif;
  color: #f0f1f3;
  background: #15171b;
  line-height: 1.6;
}
body {
  margin: 0;
  min-height: 100svh;
  display: grid;
  place-items: center;
}
main {
  width: min(32rem, calc(100% - 3rem));
  padding: 3rem 0;
}
h1 {
  font-size: clamp(2rem, 7vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}
.eyebrow {
  color: #c1c7d0;
  font-weight: 600;
}
.note {
  margin-top: 2rem;
  color: #a4aab3;
  font-size: 0.875rem;
}
