/* ═══════════════════════════════════════════════════════════════
   DialLog Theme — Tailwind / Blazor Blueprint overrides
   ═══════════════════════════════════════════════════════════════
   This file holds design tokens and CSS custom properties that
   customize Blazor Blueprint and Tailwind for the DialLog brand.
   ═══════════════════════════════════════════════════════════════ */

:root {
    /* ── Brand colors ── */
    --dl-accent: #0078d4;
    --dl-accent-hover: #006cc1;
    --dl-danger: #dc2626;
    --dl-text: #111827;
    --dl-text-muted: #6b7280;
    --dl-border: #d1d5db;
    --dl-bg: #ffffff;
    --dl-bg-muted: #f3f4f6;
}
