:root {
  --masters-green: rgba(0, 54, 95, 1);
  --masters-green-lightish: rgba(0, 54, 95, 0.5);
  --masters-green-light: rgba(0, 54, 95, 0.25);
  --masters-trim: #da1a31;

  --poll-1: rgba(0, 54, 95, 1);
  --poll-2: #da1a31;
  --poll-3: #836140;
  --poll-4: #0c6c34;
  --poll-5: #f7cb16;

  --author-2-color: #da1a31;
  --author-2-lighter:rgba(218, 26, 49, 0.3);

  --author-3-color: rgba(12, 108, 52, 1);
  --author-3-lighter: rgba(12, 108, 52, 0.3);

  --author-will: rgba(0, 54, 95, 1);
}

:root[color-mode="light"] {
}

:root[color-mode="dark"] {
  --poll-1: #0c3c63;
  --masters-green: #0c3c63;
  --masters-green-lightish: rgba(12, 60, 99, 0.5);
  --masters-green-light: rgba(12, 60, 99, .25);

  --author-will: #2e4f73;

}

.author-will {
  color: var(--author-will);
}

.popular-back {
  background-color: rgba(218, 26, 49, 1)
}

.day-selected > .day-count { font-weight: bold; }

.course-value { color: var(--masters-trim); }
