:root {
  color-scheme: dark;
  font-family: ui-sans-serif, system-ui, sans-serif;
  background: #17181c;
  color: #f2f2ef;
}

body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 1.5rem;
  box-sizing: border-box;
}

main {
  width: min(100%, 42rem);
}

.eyebrow {
  color: #75c8e7;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

h1 {
  margin: .35rem 0 .75rem;
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 1;
}

p, li {
  color: #b9bac2;
  line-height: 1.65;
}

a {
  color: #75c8e7;
  text-underline-offset: .2em;
}

code {
  color: #f2f2ef;
}
