/* Calluna's default 1 can be mistaken for a capital I. Its lining numeral
 * set keeps numbers unambiguous without changing the surrounding font size. */
body {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}
