/**
 * EL · Ёлочки — shared design tokens (--elpc-* brand palette).
 * Widget roots may override via Elementor Style controls / inline style.
 */

:root {
  --elpc-bg: #0f1410;
  --elpc-surface: #1a2218;
  --elpc-card: #1f2a1c;
  --elpc-accent: #c9a962;
  --elpc-accent-bright: #e8d4a0;
  --elpc-accent-soft: rgba(201, 169, 98, 0.14);
  --elpc-green: #3d6b4f;
  --elpc-green-soft: rgba(61, 107, 79, 0.25);
  --elpc-text: #f4f0e8;
  --elpc-muted: rgba(244, 240, 232, 0.68);
  --elpc-border: rgba(255, 255, 255, 0.08);
  --elpc-radius: 20px;
  --elpc-font-display: 'Cormorant SC', 'Cormorant', serif;
  --elpc-font-body: 'Inter', system-ui, sans-serif;
  --elpc-ease: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --elpc-max-width: 1300px;
}
