/**
 * CASA START UP — brand palette (from logo)
 * Load this file before styles.css so var(--brand-*) resolves everywhere.
 */
:root {
  /* Primary — teal/cyan (headings, nav accents, links, brand text) */
  --brand-teal: #00b4d8;
  --brand-teal-rgb: 0, 180, 216;
  --brand-teal-dark: #0086a3;

  /* Secondary — navy (footer, dark bands, strong contrast) */
  --brand-navy: #004b8d;
  --brand-navy-rgb: 0, 75, 141;

  /* Accent — orange (primary CTAs, key hovers, highlights) */
  --brand-orange: #f58220;
  --brand-orange-hover: #d96d0f;
  --brand-orange-rgb: 245, 130, 32;

  /* Neutrals */
  --brand-white: #ffffff;
  --brand-bg-light: #f8f9fa;
  --brand-text: #161e2d;
}
