/* ═══════════════════════════════════════════════════════════
   MEADOW — Real Estate niche CMS editor skin (light, editorial)
   Forest green + warm cream + Playfair Display headings.
   Boutique property magazine aesthetic.
   ═══════════════════════════════════════════════════════════
   Brand tokens (--warm, --font-heading, etc.) are inherited
   from journal/theme.css via @import below.
   ═══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500&display=swap');
@import url('../../journal/theme.css');

:root {
  /* ── CMS chrome backgrounds ──────────────────────────── */
  --deep:           #f9f4ee;      /* body background — warm cream */
  --panel:          #ffffff;      /* sidebar, cards, panels */
  --ink:            #1b4332;      /* topbar — deep forest green */

  /* ── CMS text ────────────────────────────────────────── */
  --paper:          #1a2e1f;      /* primary text — dark on cream bg */
  --stone:          #5a6b5f;      /* secondary / muted — mid green-grey */
  --mist:           #e0d9d1;      /* light dividers */
  --ash:            #c5bdb5;      /* lighter mid-tone */

  /* ── CMS surfaces ────────────────────────────────────── */
  --border:         rgba(27,67,50,0.15);
  --surface-subtle: rgba(0,0,0,0.02);
  --surface-hover:  rgba(0,0,0,0.03);
  --field-bg:       rgba(0,0,0,0.025);
  --overlay:        rgba(0,0,0,0.45);

  /* ── Semantic ────────────────────────────────────────── */
  --good:           #1b4332;
  --caution:        #92702a;
  --warn:           #b8392a;

  /* ── CMS font-sans alias (maps to cms.css references) ── */
  --font-sans:      'Inter', system-ui, sans-serif;
  --font-serif:     'Playfair Display', Georgia, serif;
}
