/* Tech VII branding for Huly (tasks.techvii.com)
   Core colors: Deep Red #C41E3A, Tech Black #121212, Soft White #E0E0E0, Tech Blue #0066CC */

/* Common (applies across themes) */
* {
  --global-accent-IconColor: #C41E3A !important;
  --global-higlight-Color: #C41E3A !important;

  --button-primary-BackgroundColor: #C41E3A !important;
  --button-primary-hover-BackgroundColor: #E0115F !important;
  --button-primary-active-BackgroundColor: #B31942 !important;

  --selector-active-BackgroundColor: #C41E3A !important;
  --border-talk-indication-primary: #C41E3A !important;
}

/* Dark theme adjustments */
.theme-dark {
  --global-primary-LinkColor: #0066CC !important;
  --global-accent-TextColor: #C41E3A !important;
  --global-accent-BackgroundColor: #C41E3A !important;
}

/* Light theme adjustments */
.theme-light {
  --global-primary-LinkColor: #0066CC !important;
  --global-accent-TextColor: #C41E3A !important;
  --global-accent-BackgroundColor: #C41E3A !important;
}
