:root {
  --bg-color: #f7f9fb;
  --text-color: #333;
  --heading-color: #222;
  --subheading-color: #444;
  --strong-color: #000;
  --muted-color: #666;

  --accent-color: #ffd24d;

  --note-bg: #fff8d0;

  --table-bg: #fff;
  --table-border: #ccc;
  --table-stripe: #f9f9f9;
  --th-bg: #eef;
  --th-text: #223;

  --link-color: #007acc;
  --hr-color: #ccc;
}
