@font-face {
  font-family: "Computer Modern";
  src: url('fonts/cmunss.ttf');
}

@font-face {
  font-family: "Computer Modern";
  src: url('fonts/cmunsx.ttf');
  font-weight: bold;
}

/* @font-face {
  font-family: "Computer Modern";
  src: url('fonts/cmunsi.ttf');
  font-style: italic, oblique;
} */



/* .slides {
outline-style: solid;
outline-offset: 1rem;
outline-width: 1px;
outline-color: #000;
} */

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  font-weight: bold !important;
  margin-bottom: 1rem !important;
  margin-left: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.reveal h1 {
  /* font-size: 4.5rem !important; */
  margin-bottom: 3rem !important;
  text-align: center !important;
}

.reveal h2 {
  /* font-size: 4.5rem !important; */
  margin-bottom: 3rem !important;

  font-weight: bolder;
  /* Add line after h2 with thick border */
}

/* .reveal h3 {
font-size: 1.75rem !important;
} */

.reveal h4 {
  font-size: 1.25rem !important;
  font-weight: bold !important;
}

.reveal .callout-body {
  font-size: larger;
}

.reveal .title-slide {
  background: #3333b3;
  color: white;
  text-align: center;
  padding: 40px;
}


.reveal .title-slide h1 {
  color: white;
}

.reveal .footer {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  font-size: 18px;
  color: #999;
  text-align: right;
}

.reveal img.slide-logo {
  background-color: white;
}

.reveal .slide-logo {
  max-height: 3rem;
}


@media print {
  .slides {
    box-shadow: 0px 0px 0px;
    border-style: none;
  }
}

.quarto-title-author-name {
  font-size: larger;
}

.date {
  font-size: 1.5rem !important;
}

.reveal a {
  line-height: 1.3em;
  color: #7f0200;
}

.reveal ol {
  margin-left: 1.5em;
}

.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  color: #3333b3;
  height: 1%;
}

.sourceCode {
  font-size: x-large;
}

.reveal pre code {
  font-size: x-large;
  line-height: 1.3;
}