/* Light touch over the cosmo theme: restrained type. Copied from the Tributary
   site without its dashboard-iframe rule, which this site does not need. */

h1, h2, h3 {
  letter-spacing: -0.01em;
}

/* Images should never overflow the column. */
img {
  max-width: 100%;
  height: auto;
}

/* Tables read better slightly compact. */
table {
  font-size: 0.95em;
}
