body {
  font-family: 'Stockholm Type', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  color: #333333;
  background: #f5f3ee;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Stockholm Type', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

button,
input,
textarea,
select {
  outline: none;
  font-family: 'Stockholm Type', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

sub,
sup {
  font-size: 0.8em;
}

sub {
  bottom: -0.2em;
}

sup {
  top: -0.2em;
}

b,
em {
  font-weight: bold;
}

hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
  margin-bottom: 1.25rem;
}

code,
pre {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier,
    monospace;
  font-size: 0.875em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: baseline;

  color: #5d237d;
}

pre {
  line-height: 18px;
  padding: 11px 1rem;
  white-space: pre-wrap;

  background: rgba(0, 0, 0, 0.05);
  color: #333333;
  border-radius: 3px;
  margin: 1rem 0;
}
