/* BidBoomer design tokens — change palette here (REQ-FE-050/051)
   Brand basis: #0077CC, #66CCFF, #0A1A2F, #D9E6F2, #F9FBFD */
:root {
  --color-bg: #f9fbfd;
  --color-surface: #ffffff;
  --color-text: #0a1a2f;
  --color-text-muted: #4a5b73;
  --color-border: #d9e6f2;
  --color-brand: #0077cc;
  --color-brand-contrast: #f9fbfd;
  --color-accent: #66ccff;
  --color-danger: #b91c1c;
  --color-success: #15803d;
  --color-warning: #ca8a04;
  --color-focus: #0077cc;

  --font-sans: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --font-display: "Barlow Condensed", "Segoe UI", system-ui, sans-serif;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-8: 3rem;

  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;

  --shadow-sm: 0 1px 2px rgb(10 26 47 / 8%);
  --content-width: 72rem;
}
