/* Readable navigation.
 *
 * Generated from this site's own stylesheet: every selector below sizes a
 * navigation link under 16px, which is too small to read comfortably.
 * Selectors that are ever set at or above that size are deliberately absent,
 * so nothing here shrinks anything. Loaded after the site's own CSS, so it
 * wins on order rather than on !important.
 */
.rail-nav a {
  font-size: 1rem;
}
