::selection {

}


p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: $line-height-content;

  a {
    color: $heading-color;
  }
}


cite,
dfn,
em,
i {
  font-style: italic;
}

span, a {
  display: inline-block;
  color: inherit;
}

blockquote {

  cite {
    font-style: normal;
    font-family: $heading-font;
  }
}

pre {
  font-family: $font-pre;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-family: $font-code;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  text-decoration: none;

  &:hover {
    text-decoration: none;
  }

  &:focus {
    text-decoration: underline;
  }
}




