/**
 * ASI Manager – zentrale Design-Tokens (Compliance-/Safety-SaaS)
 * Wird vor theme-central-utilities.css geladen.
 */

:root {
    --brand-red: #E21B2D;
    --brand-red-dark: #B91524;

    --black-sidebar: #050505;
    --black-header: #111111;
    --black-footer: #0B0B0B;
    --black-border: #222222;

    --page-bg: #F4F5F7;
    --surface: #FFFFFF;
    --surface-soft: #FAFAFA;
    --surface-muted: #F7F8FA;

    --border-soft: #E2E6EA;
    --text-main: #111827;
    --text-muted: #6B7280;
    --text-soft: #9CA3AF;

    --primary-blue: #1769AA;
    --primary-blue-dark: #0F4C81;
}
