/*
 * The Grand Castle brand theme
 * Elegant black header with warm gold primary (matching the "Grand Castle" logo).
 */

:root {
  --brand-primary: oklch(0.78 0.13 82);
  --brand-primary-foreground: oklch(0.15 0.01 80);
  --brand-header-bg: oklch(0.15 0.01 80);
  --brand-header-fg: oklch(0.88 0.1 85);
}
