/* Howiedoo daylight theme. The ONLY file that holds colors: site.css uses these names and nothing else.
   Same names and values as the MEDiAGATO run sheet and marquee pages, so they read as one family.
   To reskin: copy this file, change the values, never the names, and point index.html at the copy. */
:root {
  --bg: #F4F6F9;
  --surface: #FFFFFF;
  --ink: #14202B;
  --muted: #5A6675;
  --rule: #DCE2EA;
  --accent: #1F4FD1;
  --accent-soft: #E7EDFC;
  --claude: #6B4BB8;
  --claude-soft: #F0EBFA;
  --due: #A8520A;
  --due-soft: #FDF1E4;
  --done: #2A7A4B;
  --done-soft: #E6F4EC;
}
