:root {
  /* Creative Direction Bible palette */
  --color-canvas: #f3efe8;
  --color-paper: #faf8f4;
  --color-walnut: #6f5b49;
  --color-charcoal: #27211d;
  --color-bronze: #9b7b5b;
  --color-ink: #1c1917;

  /* Reserved per Creative Direction Bible — not yet applied in code */
  --color-stone: #c8bfb3; /* dividers / secondary */
  --color-sage: #7d8275; /* optional material accent */

  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-sans: "Outfit", "Helvetica Neue", sans-serif;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --content-pad: clamp(1.25rem, 4vw, 4.5rem);

  /* Display XL — Bible Section 5 */
  --type-display-xl: clamp(3rem, 10vw, 10.625rem);
  --type-statement: clamp(1.25rem, 2.2vw, 1.65rem);
  --type-label: 0.6875rem;
}
