/* Honors track theme - teal/cyan. Deliberately far from on-level's
   indigo/violet, and far from the green/amber already used for
   covered/in-progress status so those keep their own meaning on both
   tracks. Load AFTER style.css. */
:root {
  --primary: #0d9488;
  --primary-dark: #115e59;
  --primary-bg: #ccfbf1;
  --primary-light: #0891b2;
}
