/*
|------------------------------------------------------------------------------
| General
|------------------------------------------------------------------------------
*/
body {
  font-family: $base-font-family;
  font-size: 1.2rem;
  font-weight: 300;
  color: $base-font-color;
}

p {
  // margin-top: 1.3rem;;
  // margin-bottom: 1.2rem;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.9rem;
}


/*
|------------------------------------------------------------------------------
| Headers
|------------------------------------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  animation: fadein 2s;
  // margin-bottom: 1.5rem;
  margin-top: 0;
  margin-bottom: .5rem;
	font-weight: 300;
}

h1 { font-size: 2.6rem; line-height: 2.8rem; letter-spacing: -.1rem;  }
h2 { font-size: 1.8rem; line-height: 2.4rem; letter-spacing: -.08rem;  }
h3 { font-size: 1.5rem; line-height: 2.2rem; letter-spacing: -.06rem;  }
h4 { font-size: 1.4rem; line-height: 2rem; letter-spacing: 0 }
h5 { font-size: 1.2rem; line-height: 1.9rem; letter-spacing: 0 }
h6 { font-size: 1rem; line-height: 1.8rem; letter-spacing: 0; }


/*
|------------------------------------------------------------------------------
| Links
|------------------------------------------------------------------------------
*/
a {
  text-decoration: none;
  color: $base-font-color;
}

// Link underlines
p {
  a {
    background-image: linear-gradient(#fff 50%, $base-font-color 50%);
    background-repeat: repeat-x;
    background-position: 0 1.375rem;
    background-size: 1px 1px;
  }
}


/*
|------------------------------------------------------------------------------
| Lists
|------------------------------------------------------------------------------
*/
ul, ol {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.9rem;
}
