/* Base theme variables (light defaults). This file is intentionally minimal and sets variables used across the app. */
:root{
  --bg: #ffffff;
  --surface: #f8f9fa;
  --text: #111827;
  --muted: #6b7280;
  --primary: #0d6efd;
  --card-bg: #ffffff;
  --card-border: rgba(15, 23, 42, 0.08);
  --transition-duration: 200ms;
  --btn-text: #ffffff;
}

/* dark-theme overrides are in dark-theme.css */
