/* Buckeye brand theme — Allocation blue accent shifts the temperature.
   Same Nord-rooted palette, just a different accent emphasis. */
[data-theme="buckeye"] {
  --brand-name:        'buckeye';
  --brand-accent:      var(--allocation);  /* blue accent for Buckeye */
  --brand-accent-soft: rgba(104, 188, 255, 0.12);
  --brand-logo-color:  var(--vigil);
  --brand-logo-color-dark: #ffffff;
}
