@import url('../global.css');

/* =============================================================================
   Mental Math — a quiz game; the layout comes from components/quiz.css. Here we
   only set the accent and give the generated sum extra presence.
   ========================================================================== */

:root {
  --title-color: var(--color-math);
}

.quiz-prompt {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}
