/* Evidence Pack — shared brand tokens.
   The single source of truth for the palette, consumed by BOTH the public
   site stylesheet (site/styles.css) and the app design system
   (frontend/src/styles/theme.css). Linked before either stylesheet;
   served at /static/app/site/tokens.css. */
:root {
    --brand-ink: #232b3a; /* dark bands, headings */
    --brand-ink-deep: #161b25; /* footer — near-black slate */
    --brand-blue: #0b5fc0; /* primary action — deep official blue */
    --brand-blue-hover: #094c9c;
    --brand-blue-soft: #e0ebfa; /* soft chips, avatars, indices */
    --brand-red: #c8102e; /* authoritative accent — used sparingly */
    --brand-red-hover: #a10a24;
    --brand-aqua: #1483c4; /* secondary accent */
    --brand-aqua-soft: #ddf0fb;
    --brand-sky: #5fbef0; /* accent on dark backgrounds */
    --brand-paper: #e9eef6; /* alternating light section background */
    --brand-text: #1f2634; /* body text */
    --brand-muted: #4b5462; /* muted text */
    --brand-line: #c5cdda; /* borders */
    --brand-green: #1f9d5f;
    --brand-green-soft: #d6f5e6;
    --brand-violet-ink: #61508f;
    --brand-violet-soft: #e8e3f3;
}
