/* =====================================================================
   theme/theme.falcon-pointe.css — Falcon Pointe brand override
   ---------------------------------------------------------------------
   Linked AFTER css/tokens.css. This is the per-community color/asset
   seam. To re-skin for another community, copy to theme.<slug>.css and
   change the brand colors + asset paths below. The Marquee engine
   default palette (wine + gold on white/platinum) matches the Falcon
   Pointe logo's own maroon, so this theme primarily wires the real
   logo + hero photo. (A community with a different identity would
   override --brand / --brand-2 / --brand-bright / --brand-glow /
   --gold / --gold-soft / --cat-* tokens here.)
   ===================================================================== */
:root{
  /* Brand anchor — Falcon Pointe logo maroon family ("wine").
     Matches the engine default; declared here so re-skinners see the seam. */
  --brand:    #7A1E2E;
  --brand-2:  #641826;
  --gold:     #B5904E;

  /* Community assets used by the shell (logo + hero background). */
  --c-logo: url("../assets/falcon-pointe/logo.png");
  --c-hero: url("../assets/falcon-pointe/photos/trails.jpg");
}
