/* Spacewolf Brand Colours — override DaisyUI theme variables */
/* Primary brand: #2D19DE = hsl(246, 80%, 48%) */
/* !important required because application pack CSS loads after this file */

:root {
  /* Neutral — drives main buttons (Download, Submit, etc.) */
  --n:  246 80% 48% !important;   /* #2D19DE Spacewolf blue */
  --nf: 246 80% 40% !important;   /* darker focus/hover state */
  --nc: 0 0% 100% !important;     /* white text on blue buttons */

  /* Primary — highlights, checkboxes, active states */
  --p:  246 80% 48% !important;
  --pf: 246 80% 40% !important;
  --pc: 0 0% 100% !important;

  /* Base content (body text) — keep dark, shift to blue-tinted dark */
  --bc: 246 30% 15% !important;
}
