/* Hilton Head Island Jam — 2026 brand theme (Brand Guide v2.1).
   Overrides the engine's five brand tokens + fonts; everything else derives.
   Loaded after the engine stylesheet. Fonts are linked in index.html. */
:root {
  --midnight:  #0D2844;   /* Midnight Blue — primary dark background */
  --blue:      #005982;   /* Dark Blue — secondary surface */
  --cream:     #FFF2DB;   /* Cream — light + text on dark */
  --accent:    #F0614B;   /* Orange — primary accent */
  --accent-2:  #CEDE6D;   /* Lime Green — secondary accent */

  --font-display: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;   /* h1 only */
  --font-body:    "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
