@font-face {
  font-family: "forma-regular";
  src: local("FormaDJRDisplay-Regular"),
    url("../fonts/DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-Regular.woff2")
      format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "signifier-regular";
  src: local("signifier-regular.woff2"),
    url("../fonts/Signifier/signifier-regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "signifier-bold";
  src: local("signifier-bold.woff2"),
    url("../fonts/Signifier/signifier-bold.woff2") format("woff2");
  font-display: swap;
}

h1 {
  font-family: "forma-regular" !important;
}

h2 {
  font-family: "forma-regular" !important;
}

p {
  font-family: "signifier-regular" !important;
}

.pdf-image {
  height: 70vh;
}

.embedded-sheet {
  width: 500px;
  height: 800px;
}

.embedded-code {
  width: 1000px;
  height: 800px;
}

code {
  font-size: 60% !important;
}

.reveal pre {
  height: 80vh !important;
  width: 80vh !important;
}
