@layer utilities {
  /* Scores, times and placings: right aligned with digits of equal width. */
  .num {
    text-align: end;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
  }

  .text-end {
    text-align: end;
  }

  .muted {
    color: var(--color-text-muted);
  }
}
