/* This app's accent. shared/styles.css draws every button from these, so the
   stopwatch reads as emerald wherever the timer reads as sky. */

:root {
  --accent: #10b981;
  --accent-hover: #34d399;
  --accent-fg: #022c22;
}
