/**
 * EWP "Elegant" theme (default)
 * Dark charcoal surfaces, emerald primary (#1A6B3A), amber/gold accent (#D4A017).
 * Loaded when site_theme() === 'elegant'.
 */

:root,
html[data-theme="elegant"] {
    color-scheme: dark;

    --kerb-green-rgb: 26 107 58;
    --kerb-dark-rgb: 13 31 20;
    --kerb-gold-rgb: 212 160 23;

    --theme-primary: #1a6b3a;
    --theme-accent: #d4a017;
    --theme-bg: #0d1f14;
    --theme-surface: #030806;
    --theme-text: #f3f4f6;
    --theme-text-muted: rgba(167, 243, 208, 0.85);
    --theme-border: rgba(6, 95, 70, 0.45);
    --theme-header-bg: rgba(0, 0, 0, 0.85);
    --theme-footer-bg: rgba(0, 0, 0, 0.9);
}
