:root {
  /* Bruno Electro brand palette */
  --color-bg: #F8FAFC;
  --color-base: #F8FAFC;
  --color-surface: #FFFFFF;
  --color-surface-soft: #EEF6FF;
  --color-surface-strong: #FFFFFF;
  --color-footer: #07111F;

  --color-text: #0F172A;
  --color-muted: #64748B;
  --color-border: #E2E8F0;
  --color-border-strong: rgba(37, 99, 235, 0.32);

  --color-primary: #2563EB;
  --color-primary-dark: #1D4ED8;
  --color-accent: #22D3EE;
  --color-cyan-soft: rgba(34, 211, 238, 0.14);

  --color-dark: #07111F;
  --color-success: #16A34A;
  --color-warning: #F97316;
  --color-offer: #F97316;
  --color-danger: #DC2626;

  --font-main: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius-sm: 0.5rem;
  --radius: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-pill: 999px;

  --shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 24px 60px rgba(37, 99, 235, 0.16);
  --shadow-glow: 0 0 0 1px rgba(34, 211, 238, 0.18), 0 18px 45px rgba(37, 99, 235, 0.14);

  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2.5rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.5rem;
  --text-2xl: 2rem;
  --text-3xl: 3rem;

  --transition-fast: 0.15s ease;
  --transition-base: 0.24s ease;
  --transition-slow: 0.5s ease;
}
