/* Customer Theme Overrides
 *
 * Copy this file and edit the values below to rebrand the app.
 * Keep values as HSL components (no hsl() wrapper).
 *
 * This file is loaded after the app’s own CSS so your
 * variables override the defaults at runtime.
 */

/* Example:
:root {
  --primary: 260 90% 45%;
  --primary-foreground: 0 0% 100%;
  --background: 0 0% 100%;
  --foreground: 240 10% 10%;
  --panel-bg: 0 0% 100%;
  --panel-border: 240 12% 88%;
  --tree-hover: 240 20% 96%;
}

.dark {
  --primary: 260 80% 60%;
  --background: 240 10% 8%;
  --foreground: 0 0% 98%;
}
*/

