/* ============================================================
   kc.art Benchmark — Font System
   Font sizes in rem so they scale with the root font size.
   Keep this minimal: add entries only when a component needs one.
   ============================================================ */

:root {
  /* Info box text (matches the current app base size). */
  --font-size-info: 0.875rem;
}
