/* ============================================================
   Expand Quickly brand tokens
   Single source of truth, consumed by the main site (styles.css)
   and the landing pages (landing.css). Do not define these
   custom properties anywhere else in the repo.
   Palette (Earth & Heritage, 60-30-10):
   cream #FDFBF7 · linen #EFE9DB · maroon #7A1C1C · terracotta #B85A3F
   olive #4A5D32 · sage #A3B18A · espresso #231B18
   ============================================================ */

:root {
  --cream: #FDFBF7;
  --linen: #EFE9DB;
  --maroon: #7A1C1C;
  --terracotta: #B85A3F;
  --terracotta-dark: #9d4a31;
  --olive: #4A5D32;
  --sage: #A3B18A;
  --espresso: #231B18;
  --espresso-soft: rgba(35, 27, 24, 0.72);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, sans-serif;
  --container: 1140px;
  --radius: 14px;
  --shadow: 0 18px 50px -18px rgba(35, 27, 24, 0.25);
}
