/* Cadence - Muted Teal Theme */
:root {
  --primary:    #6B8F9E !important;
  --primary-dk: #527282 !important;
  --accent:     #C4D600 !important;
}

@media (prefers-color-scheme: dark) {
  :root {
    --primary:    #8badc0 !important;
    --primary-dk: #6B8F9E !important;
    --accent:     #D4E600 !important;
  }
}
