/* ============================================
   RoboDesk-V3 Theme Variables
   Primary Brand Color: #ef4d29 (Red-Orange)
   ============================================ */

:root {
  /* Primary Brand Color */
  --primary-color: #ef4d29;
  --primary-hover: #d64425;
  --primary-active: #bd3b20;
  --primary-semi-light: #ffe5e0;
  --primary-light: #fef5f3;
  --primary-lighter: #fce8e4;
  --primary-rgb: 239, 77, 41;

  /* Secondary */
  --secondary-color: #622695 ;
  
  /* Aliases for Chat (User Request) */
  --primary-brand-tint: var(--primary-light);
  --navbar-gradient: linear-gradient(45deg, #622695 0%, #A4346E 50%, #EF4D29 100%);
}


