:root {
  --bg: #ffffff;
  --text: #0f172a;
  --primary: #2563eb;
}

body {
  background: var(--bg);
  color: var(--text);
}
