@media print {
  body {
    font-family: "Uncut", Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 13.5pt;
  }

  .frontpage {
    page-break-after: always;
  }

  .chapter {
    page-break-before: page;
  }

  .frontpage img {
    width: 32%;
  }

  .frontpage h1 {
    font-family: "Junicode", 'Times New Roman', Times, serif;
    font-size: 20pt;
    line-height: 150%;
  }

  .frontpage .uncut_landing{
    font-family: "Uncut", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 9pt;
    padding-left: 16px;
  }

  .frontpage {
    position: absolute;
    bottom: 0;
  }


  /* FONT CLASS */

  .uncut{
    font-family: "Uncut", Arial, Helvetica, sans-serif;
  }

  .junicode{
    font-family: "Junicode", 'Times New Roman', Times, serif;
  }

  i, em{
    font-style: italic;
  }

  b, strong{
    font-weight: 600;
  }

  sup {
    color: black;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: super;
  }

  .body_of_text {
    top: 56px;
    page-break-after: always;
  }

  section{
    margin-bottom: 32px;
  }

  h4{
    font-size: 9pt;
    font-weight: 600;
    padding-bottom: 16px;
  }

  /* TABLE OF CONTENTS */

  .table_of_contents{
    top: 56px;
    padding: 32px;
  }

  a.toc{
    text-decoration: none;
    text-transform: none;
  }

  .table_of_contents dt:nth-child(1){
    font-weight: 600;
  }

  .publication_table_of_contents{
    line-height: 150%;
    page-break-after: always;

  }

  .publication_table_of_contents dt{
    padding-bottom: 4px;
  }

  .publication_table_of_contents span, .title span{
    padding-right: 16px;
    font-family: "Junicode", 'Times New Roman', Times, serif;
    font-size: 12px;
  }

  /* TITLE */

  h3{
    font-size: 12pt;
    font-weight: 600;
    line-height: 150%;
  }



  /* AUTHOR INFO */

  .authors{
    font-size: 9pt;
    font-weight: 600;
    line-height: 120%;
  }

  a.class_of_2023{
    color: #252525;
    text-decoration: none;
    text-transform: none;
  }

  /* PARAGRAPHS */

  p{
    line-height: 140%;
    padding-bottom: 8px;
  }

  p:nth-last-child(1) {
    padding-bottom: 0px;
  }

  /* FOOTNOTES */

  a.footnote{
    color: #CB5CFF;
    text-decoration: none;
    text-transform: none;
  }

  .note_number{
    color: #CB5CFF;
    padding-right: 8px; 
  }

  /* IMAGE */

  .figure {
    text-align: center;
  }

  .text_figure {
    width: 100%;
    max-width: 1000px;
    max-height: 500px;
    object-fit: contain;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  figcaption {
    text-align: center;
    font-size: 9pt;
    padding-top: 8px;
    line-height: 120%;
  }

  .figure_span {
    font-family: "Junicode", 'Times New Roman', Times, serif;
    padding-right: 8px;
  }

  /* LIST STYLES */

  ol, ul, dl{
    line-height: 150%;
  }

  ol {
    list-style: decimal-leading-zero;
  }

  ul {
    list-style: circle;
  }

  li {
    padding-bottom: 0px;
  }

  li:nth-last-child(1){
    padding-bottom: 0px;
  }

  blockquote, q {
    quotes: revert;
    margin-left: 32px;
    line-height: 130%;
    font-style: italic;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  /* REFERENCES */

  .reference{
    margin-left: 32px;
    text-indent: -32px;
  }
    
}

@page {
    size: A5;
    margin: 16mm 20mm;
}

@page :first {
  margin: 12mm 12mm 8mm 12mm;
}
