:root {
  --masters-green: rgba(0, 32, 91, 1);
  --masters-green-lightish: rgba(0, 32, 91, 0.5);
  --masters-green-light: rgba(0, 32, 91, 0.25);
  --masters-trim: #AF9157;

  --poll-1: rgba(0, 32, 91, 1);
  --poll-2: #CBA060;
  --poll-3: #FF4136;
  --poll-4: var(--olive);

  --author-2-color: #AF9157;
  --author-2-lighter: rgba(175, 145, 87, 0.3);
}

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

:root[color-mode="dark"] {
  --poll-1: rgba(41, 63, 104, 1);
  --masters-green: rgba(41, 63, 104, 1);
  --masters-green-lightish: rgba(41, 63, 104, 0.5);
  --masters-green-light: rgba(41, 63, 104, 0.25);

}
