body {
  font-family: 'Trebuchet MS';
  font-size: 1.5em; 
}
h1, h2, h3 {
  font-weight: 400;
  margin-bottom: 0;
}
h2, h3 {
  font-weight: 900;
  color: #272822;
}
blockquote {
  font-style: italic;
}
strong {
  font-weight: 900;
}
.remark-slide-content { font-size: 1em; }
.remark-slide-content h1 { font-size: 3em; }
.remark-slide-content h2 { font-size: 2em; }
.remark-slide-content h3 { font-size: 1.5em; }

.footnote-left {
  position: absolute;
  bottom: 3em;
  left: 3em;
}
.footnote {
  position: absolute;
  bottom: 3em;
  right: 3em;
}
li { line-height: 1.4em; }
.red { color: #fa0000; }
.large { font-size: 2em; }
a, a > code {
  color: rgb(249, 38, 114);
  text-decoration: none;
}
table { 
    border-spacing: 10px;
    border-collapse: separate;
}
td {
  text-align: center;
}
.inverse {
  background: #272822;
  color: #777872;
}
.inverse h1, .inverse h2 {
  color: #f3f3f3;
  line-height: 0.8em;
}

