/*
Counter — the style half of assets/js/counter.js, and it is one declaration.

A number that grows changes width as it goes: "8" and "34" and "500" are three different
measures of the same box, and the text beside a proportional figure twitches on every
frame. Tabular figures give every digit the same advance, so the only thing that moves
during the run is the number itself.

It is stated here rather than set from the script, so it holds for a number that is never
counted — motion declined, no JS, or a value the counter refuses (see the note there) —
and the four numbers of a metrics row line up whatever happens.
*/
.count {
  font-variant-numeric: tabular-nums;
}
