/* ============================================================
   Utilities
   Single-purpose classes. Keep this file short — anything that
   grows past one job belongs in components/.
   ============================================================ */

/* Tabular figures, so numbers don't jitter as they change */
.tnum {
  font-feature-settings: 'tnum';
}

/* Measure caps for prose-width columns */
.narrow-2 {
  max-width: 640px;
}

.narrow-3 {
  max-width: 660px;
}

/* ---------- Scrollbar ---------- */

.scroll::-webkit-scrollbar {
  width: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #263544;
  border-radius: 8px;
  border: 2px solid var(--bg);
}

.scroll::-webkit-scrollbar-track {
  background: transparent;
}
