
h1, h2, h3, h4, h5, h6 {
  font-family: $font-head;
  font-weight: 400;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 18px;
  font-weight: 500;
}

h4 {
  font-size: 16px;
  font-weight: 500;
}

p.subtitle {
  font-size: 18px;
  color: $medium-shade;
}

a {
  color: $primary;
  text-decoration: none;
  
  &:hover, &:focus, &:active {
    color: $primary-shade;
    border: none;
    background: none;
    outline: 0;
  }
  
  &.muted {
    color: $medium;
    text-decoration: underline;
  }
}