/* ===================================================================
   Base
   ================================================================== */

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.42;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

/* Keeps a trailing em dash on the same line as the word it follows. */
.nb { white-space: nowrap; }
