:root {
  color-scheme: light;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background: #f7f8fa;
  color: #111827;
}

.public-copy {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 32px;
  text-align: center;
}

.public-copy div {
  max-width: 680px;
}

.public-copy h1 {
  margin: 0;
  font-size: clamp(2rem, 7vw, 4.5rem);
  letter-spacing: -0.04em;
}

.public-copy p {
  margin: 16px 0 0;
  color: #4b5563;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
}
