/* base.css — structural + typography */

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.65;
}

section {
  padding: 4rem 0;
}

h1, h2, h3, h4 {
  font-weight: 600;
  letter-spacing: 0.02em;
}

p {
  max-width: 980px;
}

.hero {
  padding: 5rem 0;
}

.domain {
  padding: 1.5rem;
  height: 100%;
}

footer {
  padding: 2rem 0;
  text-align: center;
}
