:root {
  color-scheme: light dark;
  font-family: ui-sans-serif, system-ui, sans-serif;
  background: #101216;
  color: #eef1f5;
}

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

main {
  width: min(38rem, calc(100% - 3rem));
}

.eyebrow {
  color: #8c96a8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  margin: 0.5rem 0 1rem;
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

p {
  color: #b6bfcc;
  line-height: 1.6;
}

a {
  color: inherit;
}

