/*
  Camco Earthworks — brand colors
  Source: client-stated preferences (onboarding form: black, white, dark and light gray, orange #FE5C00 "Oklahoma State orange")
  Priority used: (1) client-stated preference. Logo exists but file not yet supplied, cross-check dark/light gray exact hex against it once received.
  Refreshed: 2026-07-07

  Font vars intentionally left blank: client did not specify a typeface. Do not invent one,
  pick a business-focused readable font at build time per website-design-instructions.md item 3.
*/

:root {
  --color-primary: #FE5C00;    /* Oklahoma State orange — primary brand/CTA color, client-specified exact hex */
  --color-secondary: #2B2B2B;  /* Dark gray — nav/footer/secondary sections. Working value, client said "dark gray" without a hex, confirm against logo */
  --color-accent: #D9D9D9;     /* Light gray — subtle backgrounds, dividers, borders. Working value, client said "light gray" without a hex, confirm against logo */
  --color-text: #000000;       /* Black — body/heading text, client-specified exact value */
  --color-bg: #FFFFFF;         /* White — base page background, client-specified exact value */
  --font-heading: 'Poppins', 'Helvetica Neue', Arial, sans-serif;  /* chosen at build time 2026-07-07 — bold geometric sans, matches reference screenshots, no novelty/script per website-design-instructions.md item 3 */
  --font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;       /* chosen at build time 2026-07-07 — readable body sans */
}
