/* Shared design tokens for Melopod. Consumed by shared.css (auth/legal
   pages) and includes/app-shell-top.php (logged-in app shell). Previously
   these each redefined their own near-duplicate copy of this block. */
:root {
    --ink: #111;
    --muted: #6d6d6d;
    --line: #e5e5e5;
    --soft: #f4f4f4;
    --paper: #fff;
    --purple: #7358ff;
    --pink: #ff4d74;
    --lime: #d9ff4f;
    --cream: #f5f0e8;
}
