/* Cartorga — Color tokens */
:root {
  /* Surfaces */
  --bg: #FBFAF7;               /* warm off-white page canvas */
  --surface: #FFFFFF;          /* cards, product-UI frames that lift off the page */
  --surface-sunken: #F4F2EC;   /* alternating section bands, quote blocks */

  /* Ink */
  --ink: #1C1A17;              /* primary text, headlines */
  --ink-soft: #5C574E;         /* body, secondary */
  --ink-muted: #8B857A;        /* captions, metadata (large text / non-essential only) */

  /* Structure */
  --line: #E6E2D9;             /* hairline borders, dividers */

  /* Accent */
  --accent: #1E4B3C;           /* deep forest / pine green — the one signature */
  --accent-hover: #163829;
  --accent-tint: #EAF0EC;      /* faint wash behind an accented element, use rarely */
  --focus-ring: #1E4B3C;

  /* Dark band (used at most once per page) */
  --dark-bg: #181614;
  --dark-ink: #F4F2EC;
  --dark-ink-soft: #B8B2A7;
  --dark-line: #33302B;
  --dark-accent: #4E8A72;      /* lightened accent, legible on dark */
}
