/* Managed by Ansible (role: vikunja). digenda brand override.
   Vikunja composes --primary from --primary-h/-s/-l on :root. The app is a Vite
   SPA that injects its bundle CSS at RUNTIME (after this static <link>), so equal
   specificity loses. We therefore override on :root:root (specificity 0,2,0),
   which beats the bundle's :root regardless of load order. */
:root:root {
  --primary-h: 183deg;
  --primary-s: 78%;
  --primary-l: 25%;
  --logo-text-color: #14181B;
}

:root:root.dark {
  --primary-h: 182deg;
  --primary-s: 58%;
  --primary-l: 49%;
}

/* Empty-state llama illustration: rotate its baked-in blue (~hue 227) toward the
   digenda deep teal #0E6E73 (hue ~183). Approximation, not an exact hex swap. */
:root:root .llama-cool {
  filter: hue-rotate(-48deg) saturate(0.8) brightness(0.85);
}
