/* Wayne Burial Vault Co., Inc. Design tokens.
   Palette: plaster ground, umber ink, bronze accent, below-ground earth tones (cutaway only).
   Contrast (checked): ink on paper 13.2:1, ink-soft on paper 6.3:1, bronze on paper 5.9:1,
   paper-text on umber 11.8:1. */

:root {
  /* ground */
  --paper: #f2ede2;
  --paper-2: #e9e2d1;
  --paper-3: #ded5bf;

  /* ink */
  --ink: #2a241b;
  --ink-soft: #5c5346;
  --hairline: rgba(42, 36, 27, 0.30);
  --hairline-faint: rgba(42, 36, 27, 0.16);

  /* accent */
  --bronze: #6e4f28;
  --bronze-dark: #573d1d;

  /* dark ground (footer) */
  --umber: #221c13;
  --umber-2: #2c2519;
  --paper-on-umber: #e9e2d1;
  --soft-on-umber: #bdb29c;

  /* cutaway earth tones (used only in the cross-section) */
  --sod: #5d6b40;
  --topsoil: #46382a;
  --subsoil: #6e5b41;
  --earth-deep: #574833;
  --concrete: #cbc4b2;
  --concrete-deep: #b4ab97;
  --liner: #96763f;

  /* type */
  --display: "Marcellus", "Georgia", serif;
  --body: "Alice", "Georgia", serif;

  /* spacing scale, 8px base */
  --s1: 8px;
  --s2: 16px;
  --s3: 24px;
  --s4: 32px;
  --s5: 48px;
  --s6: 64px;
  --s7: 96px;
  --s8: 128px;

  /* motion, H2: slow and settled */
  --ease: cubic-bezier(0.25, 0.6, 0.3, 1);
  --t-slow: 560ms;
  --t-mid: 400ms;
  --t-quick: 220ms;

  /* structure */
  --measure: 62ch;
  --page: 1060px;
  --frame-rule: 2px solid var(--ink);
  --frame-hair: 1px solid var(--hairline);
}
