// Import any other files and define general styles here.
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

  // Offset anchors so they work with our fixed header.
  #sb-site a[name] {
    content: "";
    display: block;
    height: 76px;
    margin-top: -76px;
  }
}
