/* RightsAt.work — central status/badge colors for diagnostic & letter widget iframes.
   Not part of the ACSS brand palette (deliberately kept separate — see Hjarni note 5934/5935).
   Edit values here once; every widget that links this file picks them up. */
:root {
  --rt-status-warning: #B45309;
  --rt-status-warning-bg: #FFF3E0;

  --rt-status-success: #2E7D32;
  --rt-status-success-bg: #E8F5E9;

  --rt-status-info: #1565C0;
  --rt-status-info-bg: #E3F2FD;

  --rt-status-complex: #6A1B9A;
  --rt-status-complex-bg: #F3E5F5;
}
