/* line 1, sources/sass/nct2/abstractions/overrides/_typography.scss */
h1, .h1 {
  font-family: "Raleway", arial, sans-serif;
  font-size: 42px;
  font-weight: 300;
  color: #000;
}

/* line 6, sources/sass/nct2/abstractions/overrides/_typography.scss */
h2, .h2 {
  font-family: "Raleway", arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  color: #000;
}

/* line 11, sources/sass/nct2/abstractions/overrides/_typography.scss */
h3, .h3 {
  font-family: "Raleway", arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #00876a;
}

/* line 16, sources/sass/nct2/abstractions/overrides/_typography.scss */
h4, .h4 {
  font-family: "Raleway", arial, sans-serif;
  font-size: 21px;
  font-weight: 300;
  color: #000;
}

/* line 21, sources/sass/nct2/abstractions/overrides/_typography.scss */
h5, .h5 {
  font-family: "Raleway", arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
}

/* line 26, sources/sass/nct2/abstractions/overrides/_typography.scss */
h6, .h6 {
  font-family: "Raleway", arial, sans-serif;
  font-size: 14.08px;
  font-weight: 500;
  color: #000;
}

/* line 31, sources/sass/nct2/abstractions/overrides/_typography.scss */
p {
  font-weight: 300;
  color: #000;
}

/* line 36, sources/sass/nct2/abstractions/overrides/_typography.scss */
a {
  color: #2e822e;
  font-family: "Lato", arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
}

/* line 42, sources/sass/nct2/abstractions/overrides/_typography.scss */
a:hover {
  text-decoration: none;
  color: #00876a;
}

/* line 48, sources/sass/nct2/abstractions/overrides/_typography.scss */
strong, b {
  font-weight: 600;
}

/*# sourceMappingURL=state.css.map */