:root {
  --stats-accent: #cc5911;
  --stats-ink: #263238;
}

.reveal .slide-logo {
  height: 8% !important;
  width: auto !important;
  max-width: unset !important;
  max-height: unset !important;
}

.slide-number,
.reveal.has-logo .slide-number {
  right: 1.2rem !important;
  bottom: 0.8rem !important;
  left: unset !important;
  top: unset !important;
}

.reveal .slides section {
  box-sizing: border-box;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 1.5rem;
  scrollbar-width: thin;
}

.reveal .slides section > h2 {
  color: var(--stats-ink);
  font-size: 1.35em;
  margin-bottom: 0.45em;
}

.reveal .slides section > h3 {
  color: var(--stats-accent);
  font-size: 1.05em;
}

.reveal p,
.reveal li,
.reveal table {
  font-size: 0.76em;
  line-height: 1.25;
}

.reveal li li {
  font-size: 0.92em;
}

.reveal mark,
.reveal .mark {
  background: transparent;
  color: var(--stats-accent);
  font-style: italic;
}

.reveal table {
  margin-left: auto;
  margin-right: auto;
}

.reveal table th,
.reveal table td {
  padding: 0.16em 0.4em;
}

.reveal img {
  max-height: 58vh;
  object-fit: contain;
}

.reveal .columns {
  align-items: center;
  gap: 1.25rem;
}

.reveal pre {
  font-size: 0.52em;
}

.reveal .block,
.reveal .beamerboxesrounded {
  margin: 0.6em 0;
  padding: 0.45em 0.7em;
  border-left: 0.18em solid var(--stats-accent);
  border-radius: 0.2em;
  background: rgb(204 89 17 / 8%);
}

.reveal .menubar {
  color: var(--stats-ink);
}

.reveal .menubar > ul {
  gap: 0.7em;
}

.reveal .menubar > ul a {
  font-size: 0.72em;
}
