/*
 * fleet-id's theme layer: token overrides only, no new components.
 *
 * Every fleet app themes shared/ui by overriding tokens rather than restyling
 * components, so they read as one system. fleet-id is the app a person sees
 * first and least often, so it stays deliberately plain — a green accent to
 * distinguish it from the five, and nothing else.
 */
:root {
    --accent: #2f6f4e;
    --accent-strong: #245c3f;
    --accent-soft: #e6f2ec;
}

:root[data-theme="dark"],
:root:not([data-theme="light"]) {
    --accent-soft: #16281f;
}
