html, body, input, a
{
    margin: 0;
    padding: 0;
}

body {
  @include ms-font-m-plus;
}

*, *:before, *:after {
  @include ms-borderBox;
}  

img {
    border: none;
    padding: 0;
    margin: 0;
}

pre {
  font-family: $ms-font-family-code;
  font-size: 13px;
  padding: 10px;
  background-color: $ms-color-neutralLighter;
}

code,
.docs-u-fontCode {
  font-family: $ms-font-family-code;
  font-weight: normal;
  padding: 2px;
  overflow: hidden;
  border: none;
}