/* Everglades Construction Co. — Theme Override
   Amber/gold/dark palette to match everglades.solutionmonsters.com branding.
   Injected post-build by apply-evgc-theme.sh */

:root {
  --color-primary: #c4922e;
  --color-primary-dark: #a67a1e;
  --color-primary-light: #d4a04a;
  --color-primary-hover: #b08526;
  --color-accent: #2d5a27;
  --color-accent-hover: #1a3d16;
  --color-text-link: #c4922e;
  --sf-navy: #1a1d24;
  --sf-blue: #c4922e;
  --sf-blue-light: #d4a04a;
  --sf-cloud: #faf3e6;
  --color-background: #f5f0e8;
  --color-background-alt: #faf6ee;
  --color-info: #c4922e;
  --color-info-light: #faf3e6;
}

[data-theme="dark"] {
  --color-primary: #d4a04a;
  --color-primary-dark: #c4922e;
  --color-primary-light: #e8c068;
  --color-primary-hover: #ddb35c;
  --color-accent: #4a9e3a;
  --color-surface: #111318;
  --color-surface-alt: #1a1d24;
  --color-background: #0c0f14;
  --color-background-alt: #0f1218;
  --color-text-link: #d4a04a;
  --sf-cloud: #1a1d24;
}
