/*
 * Shared design tokens for skelbiuosi.lt.
 *
 * Single source of truth for both surfaces:
 *   - public site  (src/Web/Shared/Layout/Main/layout.php)
 *   - admin        (src/Admin/Kernel/AdminLayout/layout.php, as AdminLTE variable overrides)
 *
 * Coolors palette 386641-6A994E-A7C957-F2E8CF-BC4749; text tokens clear WCAG AA.
 * #6A994E is 3.3:1 on white — decorative only; muted text uses its shade #557A3E.
 */
:root {
    --c-base: #A7C957;
    --c-green-mid: #6A994E;
    --c-primary: #386641;
    --c-link: #386641;
    --c-cta: #BC4749;
    --c-cta-hover: #9E3C3E;
    --c-nav-bg: #386641;
    --c-bg: #F3F5EF;
    --c-panel: #FFFFFF;
    --c-border: #C5CDAD;
    --c-text: #292E1B;
    --c-muted: #557A3E;
    --c-price: #BC4749;
}
