body {
  font-family: "Open Sans";
}

// this is to override react-router's default <Link /> style
a {
  text-decoration: none;
  color: inherit;

  &:active {
    color: inherit;
  }
}

.markdown-body {
  input[type=checkbox] {
    margin-right: 5px;
  }
}
