#app {
  font-size: size_unit();
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: $line-height-base;
  font-weight: $font-weight-normal;
  color: $text-color;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

p {
  hanging-punctuation: first;
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
}

h1,
h2,
h3 {
  line-height: 1.1;
  margin: 0 0 0.5em;
}

h1 {
  font-size: 1.75em;

  @include breakpoint(md) {
    font-size: 2.1em;
  }
}

h2 {
  font-size: 1.5em;

  @include breakpoint(md) {
    font-size: 1.75em;
  }
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
  margin-bottom: 0;
}

h5 {
  font-size: 1em;
  margin: 0;
}

address {
  font-style: normal;
}
