/* ============================================
   PIRATE26/CSS/PIRATE26.CSS
   Pirate26 festival theme.
   Structural block CSS comes from shared/platform.css.
   This file: color tokens + pirate-specific overrides.
   ============================================ */

:root {
  --tat-primary:       #c9a84c;
  --tat-accent:        #e8d9b5;
  --tat-bg:            #0d0a06;
  --tat-surface:       #1a1208;
  --tat-surface2:      #231a0e;
  --tat-text:          #e8d9b5;
  --tat-text-muted:    #9a8a6a;
  --tat-border-color:  #c9a84c;
  --tat-border-width:  2px;
  --tat-border-style:  solid;
  --tat-border-radius: 4px;
  --tat-font-family:   'Georgia', serif;
  --tat-nav-height:    64px;
  --tat-transition:    0.2s ease;
  --tat-hero-radius:   8px;
  --tat-card-radius:   6px;
  /* --tat-glow and --tat-glow-accent left as 'none' (platform default) */
}

/* Add pirate26-specific overrides below */
