:root {
  --bg: #eef6ff;
  --surface: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --line: #dbeafe;
  --primary: #0f4c81;
  --danger: #b91c1c;
  --ok-bg: #d1fae5;
  --ok-text: #065f46;
  --draft-bg: #ffedd5;
  --draft-text: #9a3412;
  --header-bg: linear-gradient(90deg, #0f4c81 0%, #1b6ca8 50%, #5fa8d3 100%);
  --header-text: #ffffff;
  --font: "Trebuchet MS", "Noto Sans SC", sans-serif;
}
