

.border {
  border: 1px solid #dee2e6;
}

.border-thick {
  border-width: 3px;
}

/* ── Body text & lists ─────────────────────────────────────────────────────── */
.reveal p {
  font-size: 0.78em !important;
}

/* First-level list items */
.reveal ul > li,
.reveal ol > li {
  font-size: 0.56em !important;
}

/* Second-level */
.reveal ul ul > li,
.reveal ol ol > li {
  font-size: 0.93em !important;
}

/* ── Tables ────────────────────────────────────────────────────────────────── */
.reveal table {
  font-size: 0.3em !important;
}

/* ── Headings ──────────────────────────────────────────────────────────────── */
.reveal h1 {
  text-align: center !important;
  font-size: 1.5em !important;
  font-family: "Lato", sans-serif !important;
  color: #CBC3E3 !important;
}

.reveal h2 {
  font-size: 1.1em !important;
  font-family: "Lato", sans-serif !important;
  color: #CBC3E3 !important;
}

/* ── Code folding ──────────────────────────────────────────────────────────── */
.reveal details.code-fold {
  font-size: 0.75em !important;
}

/* ── Logo ──────────────────────────────────────────────────────────────────── */
.slide-logo {
  max-height: 5.2rem !important;
}

/* ── Source code blocks ────────────────────────────────────────────────────── */
.reveal .hey pre.sourceCode code {
  max-height: 400px !important;
  font-size: 0.65em !important;
}

