/* Road Rover - Deep Blue Theme */
:root {
  --primary:    #2B72D7 !important;
  --primary-dk: #1a5bbf !important;
  --accent:     #ff8c0f !important;
}

@media (prefers-color-scheme: dark) {
  :root {
    --primary:    #5B9BF8 !important;
    --primary-dk: #3a7cd9 !important;
    --accent:     #ffa940 !important;
  }
}
