/* Custom styles for revealjs slides */
.reveal .slide-background {
  background-color: #1a1a2e;
}

.reveal section {
  font-size: 0.85em;
}

.reveal h2 {
  color: #e94560;
  font-weight: 700;
}

.reveal h3 {
  color: #0f3460;
}

.reveal table {
  font-size: 0.75em;
}

.center h2 {
  text-align: center;
}

.reveal .callout {
  font-size: 0.8em;
}
