:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  color: #111827;
  background: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-align: center;
}

h1 {
  margin: 0 0 16px;
  font-size: clamp(3rem, 10vw, 5rem);
  letter-spacing: 0.08em;
}

p {
  margin: 0;
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 1.6;
}
