/*
 * Ecko Green design tokens — Phase 1B
 *
 * Source of truth: DESIGN.md at the repo root. Keep them in sync.
 * Neutrals tinted toward 145° (green). Pure #fff and #000 are not in the
 * system per the impeccable shared design laws.
 */

:root {
    /* Brand */
    --forest-deep: oklch(28% 0.045 145);
    --forest-mid:  oklch(38% 0.07  145);
    --kelly:       oklch(59% 0.18  145);
    --kelly-hover: oklch(49% 0.16  145);

    /* Surfaces */
    --paper:   oklch(99% 0.005 145);
    --section: oklch(97% 0.006 145);

    /* Type / lines */
    --ink:  oklch(20% 0.012 145);
    --rule: oklch(90% 0.008 145);
    --mute: oklch(55% 0.01  145);

    /* Marker so we can verify this stylesheet loaded. Removed once a real
       style references it. */
    --eckogreen-tokens-loaded: 1;
}
