/* ═══════════════════════════════════════════════════════════
   PARCHMENT — Commercial travel CMS editor skin (light)
   ═══════════════════════════════════════════════════════════
   Brand tokens (--warm, --font-heading, --font-body, etc.)
   are inherited from journal/theme.css via @import below.
   Edit journal/theme.css to update both the journal AND the
   CMS editor in a single change.

   The variables below are CMS chrome-specific — the light
   editing environment for the travel commercial niche.
   ═══════════════════════════════════════════════════════════ */

@import url('../../journal/theme.css');

:root {
  /* ── CMS chrome backgrounds ──────────────────────────── */
  --deep:           #f5f3f0;      /* body background — warm off-white */
  --panel:          #ffffff;      /* sidebar, cards, panels */
  --ink:            #1e1c19;      /* topbar — dark for contrast */

  /* ── CMS text ────────────────────────────────────────── */
  --paper:          #1e1c19;      /* primary text — dark on light bg */
  --stone:          #7a7670;      /* secondary / muted */
  --mist:           #e5e2de;      /* light dividers */
  --ash:            #c5c1bb;      /* lighter mid-tone */

  /* ── CMS surfaces ────────────────────────────────────── */
  --border:         rgba(200,169,126,0.22);
  --surface-subtle: rgba(0,0,0,0.025);
  --surface-hover:  rgba(0,0,0,0.035);
  --field-bg:       rgba(0,0,0,0.03);
  --overlay:        rgba(0,0,0,0.45);

  /* ── Semantic ────────────────────────────────────────── */
  --good:           #4a7c59;
  --caution:        #a07c2f;
  --warn:           #b8392a;
}
