/*-- scss:defaults --*/

$body-bg: #ffffff;
$body-color: #2C3E50;
$link-color: #2a9d8f;
$code-color: #e63946;
$code-block-bg: #f8f9fa;

$presentation-heading-font: 'Source Sans Pro', Helvetica, sans-serif;
$presentation-heading-color: #2C3E50;

$font-family-sans-serif: 'Source Sans Pro', Helvetica, sans-serif;
$font-family-monospace: 'Fira Code', 'Source Code Pro', monospace;

/*-- scss:rules --*/

.reveal .slide-background-content {
  background-color: $body-bg;
}

.reveal h1, .reveal h2, .reveal h3 {
  text-transform: none;
  letter-spacing: -0.02em;
}

.reveal h2 {
  font-size: 1.6em;
  border-bottom: 3px solid $link-color;
  padding-bottom: 0.2em;
  margin-bottom: 0.6em;
}

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

.reveal pre code {
  max-height: 500px;
  font-size: 0.75em;
  line-height: 1.4;
}

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

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

.reveal .footer {
  font-size: 0.55em;
  color: #95a5a6;
}

/* Section title slides */
.reveal section[data-background-color="#2C3E50"] h1 {
  color: #ffffff;
  font-size: 2em;
}

/*-- scss:rules --*/
.reveal .slide-logo {
  height: 70px !important;
  max-height: unset !important;
}
