body {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #17223C;
}

h1 {
  line-height: 1.5;
}

h1, h2, h3, h4 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 600;
  color: #17223C;
}

.remark-slide-content h2 {
  font-size: 55px;
}

.remark-slide-content h1 {
  font-size: 90px;
}
.remark-slide-content .big-one{
  font-size: 90px;
  line-height: 1.5;
}

.remark-slide-content .small-media {
  font-size: 55px;
  line-height: 1.5;
  font-weight: 900;
  display: flex;
  align-items: center;
}

.remark-slide-content .small-media > img {
  padding-left: 0.2em;
  height: 2em;
}

.remark-slide-content .massive-one{
  font-size: 150px;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #17223c; 
}

.remark-code, .remark-inline-code {
  font-family: 'Ubuntu Mono';
  font-size: 25px;
  line-height: 1.2em;
}
.blue {
  background-color: lightblue;
  display: inline;
}

.purple {
  background-color: #caa9fa;
  display: inline;
}

.citation {
  border-bottom: 5px solid lightblue;
  display: inline;
  position: absolute;
  bottom: 2em;
  left: 2em;
}

.align-right {
  float: right;
}

.align-left {
  float: left;
}

.quote {
  line-height: 1.1;
}

.pink-border {
  border-bottom: 5px solid #F49BC2;
}
