/* ===== Backward-Compatible CSS Variable Aliases =====
   Maps old parchment theme variables to modern government-grade colors.
   These are referenced by inline styles in app.js popups/templates.
   The actual theme is in modern-enhancements.css.
===== */

:root {
  /* Old parchment vars -> modern equivalents */
  --parchment-light: #f8fafc;   /* slate-50 - light backgrounds */
  --parchment-mid: #e2e8f0;     /* slate-200 - mid backgrounds */
  --parchment-dark: #cbd5e1;    /* slate-300 - borders/dividers */
  --wood-dark: #1e3a5f;         /* mt-navy - primary accent */
  --wood-light: #2d5a8e;        /* mt-navy lighter - secondary accent */
  --ink-dark: #1e293b;          /* slate-800 - primary text */
  --ink-light: #64748b;         /* slate-500 - secondary text */
  --accent-gold: #d4a843;       /* mt-gold - accent color */
  --shadow: rgba(15, 23, 42, 0.15);
}
