html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

body {
  color: $palette-neutral-1300;
  font-family: $text-font-stack;
  font-size: 13px;
}

a {
  color: $color-primary-500;
  text-decoration: none;

  &:hover {
    text-decoration: underline;
  }
}

p {
  @extend %first-last-no-margin;

  color: $palette-neutral-900;
  line-height: 170%;
  margin-bottom: 30px;
}

strong {
  color: $palette-neutral-1200;
}

h1,
.heading-1 {
  @extend %first-last-no-margin;

  font-size: 24px;
  line-height: 1.333;
  margin: 30px 0;
  font-weight: 600;
}

h2,
.heading-2 {
  @extend %first-last-no-margin;

  font-size: 20px;
  line-height: 1.4;
  margin: 20px 0;
  font-weight: 600;
}

h3,
.heading-3 {
  @extend %first-last-no-margin;

  font-size: 18px;
  line-height: 1.333;
  margin: 10px 0;
  font-weight: 600;
}

h4,
.heading-4 {
  @extend %first-last-no-margin;

  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
  font-weight: 500;
}
