:root {
  color-scheme: light;
  font-family:
    Afacad,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: #f4f1ec;
  color: #24221f;
}

@font-face {
  font-family: "Afacad";
  src: url("/fonts/Afacad-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 32px;
}

.page-shell {
  width: min(100%, 720px);
}

.eyebrow {
  margin: 0 0 12px;
  color: #795f4f;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(3.5rem, 18vw, 8rem);
  line-height: 0.9;
}

p {
  max-width: 44rem;
  margin: 24px 0 0;
  color: #4b4640;
  font-size: 1.25rem;
  line-height: 1.5;
}
