@import 'mixins';
@import 'variables';

@import url('https://use.typekit.net/bfv8chm.css');

// Typography Styles
body, html {
  /* stylelint-disable declaration-property-unit-blacklist */
  font-family: soleil, sans-serif;
  font-size: 14px;
  color: $tf-dark-gray;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: $tf-blue;
}

p {
  font-size: 14px;
  margin: 10px 0;
  line-height: 18px;
}

h1, h2, h3, h4, h5 {
  margin: 10px 0;
}

h2, h3, h4, h5 {
  font-weight: 700;
}

h1 {
  font-weight: 600;
  font-size: 30px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

.text {
  &-error {
    margin: 7px 0 0;
    font-size: 14px;
    /* stylelint-disable-next-line declaration-no-important */
    color: $tf-danger !important;
  }

  &-small {
    font-size: 12px;
  }
}
