/* ==========================================================================
   THEME — Outpost (umbrella, visitoutpost.com)
   Warm editorial broadsheet. Palette locked from the "Three Skins" mockup.
   (Skin components live in outpost.css.)
   ========================================================================== */
:root {
  --c-bg: #F6EEE1;            /* warm paper */
  --c-surface: #F0E6D5;
  --c-ink: #2B2230;           /* deep plum-brown */
  --c-ink-dim: #5A5163;
  --c-ink-soft: #6E6577;
  --c-terra: #C2603D;         /* terracotta accent (em, links, arrows) */
  --c-gold: #E0A52E;          /* shared beacon gold (editorial tone) */
  --c-gold-num: #C9A25F;      /* the index numerals */
  --c-line: #E2D5C0;
  --c-line2: #E7DBC8;
  --c-accent: var(--c-terra);

  --density: 0.95;
  color-scheme: light;
}
