:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17201b;
  background: #fbfaf7;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(90, 141, 94, 0.12), transparent 34rem),
    #fbfaf7;
}

.placeholder {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

h1 {
  margin: 0;
  font-size: clamp(3rem, 9vw, 7rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
}

p {
  margin: 1rem 0 0;
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  font-weight: 400;
  color: #5f6f66;
}
