:root {
  color-scheme: light;
  font-family: Georgia, "Iowan Old Style", serif;
  background: #f4f1ea;
  color: #1c1915;
}

body {
  margin: 0;
}

main {
  max-width: 36rem;
  margin: 0 auto;
  padding: 4.5rem 1.5rem;
}

.mark {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: system-ui, sans-serif;
  font-size: 0.75rem;
  margin: 0 0 1rem;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.15;
  font-weight: 500;
  margin: 0 0 1rem;
}

.lead,
#status,
#wa-wait {
  font-family: system-ui, sans-serif;
  line-height: 1.5;
}

a {
  font-family: system-ui, sans-serif;
  color: #1c1915;
}
