/* Brand Tokens — R Brothers Outdoor Services
   Generated by factory pipeline from site.json brand data.
   Overwritten by render.py apply-brand during build. */

:root {
  /* Background */
  --bg-primary: #0f0f0f;
  --bg-alt: #1a1a1a;
  --bg-card: #161B22;
  --bg-surface: #21262d;

  /* Text */
  --text-primary: #F0F0F0;
  --text-secondary: #9CA3AF;
  --text-muted: #6B7280;

  /* Accent — Green (nature/trust) */
  --color-accent: #2E7D32;
  --color-accent-hover: #1B5E20;
  --color-accent-spring: #8BC34A;
  --color-success: #22C55E;

  /* Gold — Money actions (CTA) */
  --color-gold: #f59e0b;
  --color-gold-hover: #d97706;

  /* Borders */
  --color-border: #30363D;
  --color-border-light: #444c56;

  /* Seasonal */
  --color-seasonal-winter: #60A5FA;

  /* Typography */
  --font-headline: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Sizing */
  --max-width: 1200px;
  --radius: 8px;
  --radius-lg: 12px;

  /* Transitions */
  --transition: 0.2s ease;
  --transition-slow: 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --transition: 0s;
    --transition-slow: 0s;
  }
}
