@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.reveal {
  font-family: 'Inter', sans-serif;
  font-size: 26px !important;
}

.reveal .slide-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.reveal .slides section {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start !important;
  padding: 0 5px !important;
}

.reveal .slides section.present {
  top: 0 !important;
}

.reveal .footer {
  text-align: center !important;
  justify-content: flex-start !important;
}

.reveal .slides section>h1,
.reveal .slides section>h2 {
  margin-top: 0;
  padding-top: 0;
  text-align: center;
  color: #3b72f2 !important;
}

.reveal .slides section img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.reveal .slides {
  text-align: left;
}

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

.reveal blockquote {
  border-left: 5px solid #4CAF50;
  padding-left: 15px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
}

.highlight {
  color: #4CAF50;
  font-weight: bold;
}

.warning {
  color: #FF9800;
}