/*
  Per-church colour override.
  Every church site loads style.css (fixed, shared) then this file
  (church-specific, two variables only). To set up a new church,
  pick ONE preset below and copy its two lines in — do not edit style.css.

  Navy & Teal (default)         --primary-color: #1E2A38;  --accent-color: #1F7A6C;
  Charcoal & Burnt Orange        --primary-color: #2B2B2B;  --accent-color: #C1552C;
  Forest & Sand                  --primary-color: #26433D;  --accent-color: #B08A55;
  Maroon & Gold                  --primary-color: #5C1F2A;  --accent-color: #B8863B;
  Slate & Sage                   --primary-color: #33424E;  --accent-color: #7A9471;
  Deep Plum & Dusty Blue         --primary-color: #3B2E45;  --accent-color: #5C7A9E;
*/

:root {
  --primary-color: #5C1F2A;
  --accent-color: #B8863B;
}
