/*
 * Brand Theme Override — Hind Quarters
 * Rustic western brand: deep chocolate-brown wordmark (#593838) on a warm
 * cream/parchment header. Set --brand-primary (NOT --primary) — index.css
 * maps --primary: var(--brand-primary).
 */

:root {
  /* Deep rustic brown — sampled from the logo (#593838). */
  --brand-primary: oklch(0.38 0.047 20);
  --brand-primary-foreground: oklch(0.98 0.01 80);

  /* Warm parchment header so the brown logo reads cleanly. */
  --brand-header-bg: oklch(0.96 0.012 80);
  --brand-header-fg: oklch(0.38 0.047 20);
}
