/* Data accents. NEVER on a button, a link or a focus ring.
 * Each has a FILL (tuned to read as a chart bar or chip) and an INK (tuned to
 * pass WCAG AA as text). Using the fill for text is how text-mint once shipped
 * at 2.74:1. */
:root {
  --color-gold: #e2a13d;      /* attention: marks lost, flagged, expiring */
  --color-gold-ink: #7d560f;
  --color-gold-soft: #fbf0dc;
  --color-gold-tint: #f6dfae;  /* <mark> highlight on paper, one job only */

  --color-mint: #35a884;      /* improvement: rank up, streak, correct */
  --color-mint-ink: #1b6049;
  --color-mint-soft: #e3f2ec;

  --color-brick: #9c4433;     /* caution, errors, danger buttons */
  --color-brick-soft: #f8e9e5;

  --data-attention: var(--color-gold);
  --data-positive: var(--color-mint);
  --data-negative: var(--color-brick);
}
