/* Shared Asint brand color constants — org-admin.html (light) and x-admin.html
   (dark) each build their own derived tokens (ink, surface, canvas, fg, etc.)
   on top of these, but the four raw brand colors themselves (frontend/public/
   logo/colors.png) must never drift apart between the two panels, so they
   live here instead of being copy-pasted in both <style> blocks. */
:root {
  --data-dark:  #003049;
  --data-blue:  #00A0E3;
  --data-neon:  #E51A4B;
  --data-white: #FEFEFE;
}
