/* Direction A — "Quiet Luxury Editorial", CHARCOAL skin (the standalone's
   saved tweak state: theme=charcoal, accentA=#b8895a, typePair=literary).
   Palette/typography globals live in the Kadence Customizer (see
   customizer-export/); these vars back the child theme's own CSS. */

:root {
  --lp-bg: #1a1815;
  --lp-surface: #25221c;
  --lp-ink: #f3eee0;
  --lp-ink-2: #cdc7b8;
  --lp-ink-3: #90887a; /* lightened from #837b6d for WCAG 4.5:1 on charcoal */
  --lp-rule: rgba(243, 238, 224, .14);
  --lp-accent: #b8895a;
  --lp-paper: #f5f0e4;

  --lp-serif: "Source Serif 4", "Lora", Georgia, serif;
  --lp-sans: "IBM Plex Sans", system-ui, sans-serif;
  --lp-mono: "IBM Plex Mono", ui-monospace, monospace;
}
