:root {
  --bg: #f0f8ff;
  --card: #fff;
  --accent: #4CAF50;
  --danger: #f44336;
  --muted: #607D8B;
  --text-main: #1b2b34;
  --text-muted: #666;
  --border-radius: 12px;
  --shadow-light: 0 8px 24px rgba(14, 40, 55, 0.06);
}

body {
  font-family: 'Inter', Arial, sans-serif;
  color: var(--text-main);
  background: var(--bg);
}
