/**
 * PBX Guru brand tokens — aligned with design/mockup-design.html (teal + orange).
 * Load before portal-shell.css and dashboard inline overrides.
 */
:root {
  --pbx-teal: #0e5775;
  --pbx-teal-deep: #0a4a61;
  --pbx-teal-muted: #135d7d;
  --pbx-orange: #ff5b00;
  --pbx-orange-soft: #ff6b35;
  --pbx-blue-accent: #0066ff;
  --pbx-header-accent: var(--pbx-orange);
}
