:root {
  color-scheme: light dark;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  background: #101116;
  color: #f7f7f8;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

main {
  width: min(680px, 100%);
}

.eyebrow {
  color: #a78bfa;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 12px 0;
  font-size: clamp(2.5rem, 9vw, 5.5rem);
  line-height: 0.95;
}

main > p:last-child {
  max-width: 42rem;
  color: #b7bac5;
  font-size: 1.125rem;
  line-height: 1.6;
}
