/**
 * Design tokens � single source of truth for tenant UI.
 * Load before shell.css / data-table.css / app-sidebar.css.
 */
:root {
  --blue: #2563a8;
  --blue-light: #e8f0fb;
  --blue-mid: #4a7ec7;
  --blue-dark: #1a4a8a;

  --white: #ffffff;
  --gray-50: #f8f9fb;
  --gray-100: #f0f2f5;
  --gray-200: #e2e6ed;
  --gray-400: #9aa3af;
  --gray-500: #6b7280;
  --gray-600: #5a6472;
  --gray-800: #1e2530;

  --success: #16a34a;
  --success-bg: #f0fdf4;
  --success-border: #bbf7d0;
  --warning: #d97706;
  --warning-bg: #fffbeb;
  --error: #dc2626;
  --error-bg: #fef2f2;
  --info: #1d4ed8;
  --info-bg: #eff6ff;

  --sidebar-w: 240px;
  --header-h: 64px;
  --radius: 10px;
  --radius-lg: 14px;
  --radius-pill: 20px;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.07);
  --shadow-md: 0 4px 16px rgba(37, 99, 168, 0.08);

  --font-sans: 'DM Sans', sans-serif;
  --font-mono: Consolas, 'Roboto Mono', 'Courier New', monospace;

  --text-page-title: 22px;
  --text-subtitle: 13px;
  --text-card-title: 15px;
  --text-card-sub: 12px;
  --text-th: 11px;
  --text-td: 13.5px;
  --text-td-secondary: 11.5px;
  --text-label: 10px;

  --row-h: 56px;
  --cell-pad-x: 18px;
  --cell-pad-y: 16px;

  --stat-card-min-h: 120px;
}
