/* ===== RARE FIND — THEME OVERRIDES ===== */
/* Swap these variables to rebrand for another community */

:root {
  /* Rare Find (Fossicking) — current theme */
  --accent-primary: #c9a84c;   /* gold */
  --accent-secondary: #7b2d8b; /* amethyst */
  --accent-tertiary: #059669;  /* jade */
}

/* --- Bird Watching variant (uncomment to use) ---
:root {
  --gold: #4ade80;
  --gold-light: #86efac;
  --amber: #16a34a;
  --amethyst: #0369a1;
  --amethyst-light: #38bdf8;
  --jade: #d97706;
  --jade-light: #fbbf24;
}
*/

/* --- Vintage Collectors variant (uncomment to use) ---
:root {
  --gold: #b45309;
  --gold-light: #d97706;
  --amber: #92400e;
  --amethyst: #7c3aed;
  --amethyst-light: #a78bfa;
  --jade: #065f46;
  --jade-light: #34d399;
}
*/
