/* Emerald theme — green primary, warm neutrals */
:root {
    --primary: #059669;
    --primary-dark: #047857;
    --primary-soft: #ecfdf5;
    --bg: #f7faf8;
    --card: #ffffff;
    --text: #1c2b24;
    --muted: #6b7f74;
    --border: #dbe7e0;
}
