:root {
  color-scheme: light dark;
  font-family: ui-sans-serif, system-ui, sans-serif;
  background: #11130f;
  color: #ecebdd;
}

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

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

.eyebrow {
  color: #b8c88b;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2rem, 8vw, 4rem);
  overflow-wrap: anywhere;
}

p {
  font-size: 1.05rem;
  line-height: 1.6;
}

code {
  color: #d4e4a7;
}
