/* ============================================================
   Conmarble Natural Finishes — Base
   Sensible defaults so consuming pages inherit the brand ground.
   Paper ground, Ink text, generous rhythm (§B0, §B5).
   ============================================================ */

body {
  background: var(--surface-page);
  color: var(--text-body);
  font-family: var(--font-text);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Display headings default to Marcellus, uppercase, tracked (§B2.5) */
h1 {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  text-transform: uppercase;
  letter-spacing: var(--track-h1);
  color: var(--text-h1);
  line-height: var(--lh-heading);
}

/* Functional headings descend through the dark greige tones (§B4.5) */
h2 { font-family: var(--font-text); color: var(--text-h2); font-weight: var(--fw-regular); line-height: var(--lh-heading); }
h3 { font-family: var(--font-text); color: var(--text-h3); font-weight: var(--fw-regular); line-height: var(--lh-heading); }
h4 { font-family: var(--font-text); color: var(--text-h4); font-weight: var(--fw-regular); line-height: var(--lh-heading); }

p { text-wrap: pretty; }

a { color: inherit; }

::selection { background: rgba(196, 144, 97, 0.28); } /* Caramel veil */

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
