body {
  /* font-family is overridden by the theme. */
  font-family: 'LeasePlan', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.5;
  /* interface.text.main = Color.thunder */
  color: #2d2d2d;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
  font-weight: 400;
}
