:root {
  --accent: #0b5ed7;
  --accent-dark: #084298;
  --bg: #eaf3ff;
  --panel: #ffffff;
  --muted: #5d6f86;
  --sky: color-mix(in srgb, #0b5ed7 14%, white);
  --warm: color-mix(in srgb, #0b5ed7 28%, white);
}

body {
  background:
    linear-gradient(135deg, color-mix(in srgb, #0b5ed7 18%, transparent), transparent 38%),
    linear-gradient(315deg, color-mix(in srgb, #0b5ed7 12%, white), transparent 44%),
    var(--bg);
}
