/* AIDEV-NOTE: v4 design tokens — matches wrapmate-site-v4 CSS custom properties */
:root {
  /* Brand */
  --brand-orange: #eb9610;
  --brand-orange-hover: #d4860e;
  --brand-orange-light: #fef3e2;
  --brand-teal: #0d9488;
  --brand-teal-light: #ccfbf1;

  /* Semantic */
  --background: #ffffff;
  --foreground: hsl(222, 47%, 11%);
  --primary: hsl(0, 0%, 9%);
  --primary-foreground: #ffffff;
  --muted: hsl(0, 0%, 96%);
  --muted-foreground: hsl(0, 0%, 45%);
  --destructive: hsl(0, 84%, 60%);
  --border: hsl(0, 0%, 89%);
  --radius: 0.5rem;

  /* Promo banner */
  --promo-banner-color: #e2e4d0;

  /* Nav */
  --nav-backdrop: rgba(191, 215, 213, 0.75);
  --nav-height: 64px;
  --banner-height: 0px;
}
