@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);

body {
  font-family: 'Droid Serif';
  line-height: 1.7;
}

h1, h2, h3 {
  font-family: 'Yanone Kaffeesatz';
  font-weight: bold;

  background-color: #eee;
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  margin-left: -80px;
  padding-left: 80px;
  margin-right: -80px;
  padding-right: 80px;
}

h1 {
  color: rgb(164, 81, 209);
}

h2 {
  color: rgb(240, 180, 2);
}

li {
  /* line-height: 2; */
}

a { color: rgb(240, 180, 2);}

.note {
  color: #999;
}

.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
