pre.language-APL {
  line-height: 1.05;
}

/* .cell-output pre {
  padding: 3px 0px 3px 9px;
  margin-left: 0.8rem;
  margin-top: 0;
  background: none;
  border-left: 2px solid lightsalmon;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} */

/* .cell-output .sourceCode {
  background: none;
  margin-top: 0;
} */

/* .cell > .sourceCode {
  margin-bottom: 0;
} */

@font-face {
  font-family: 'sax2';
  src: url('www/SAX2.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

pre.language-APL {
    font-family: 'sax2' !important;
}   

.apl code {
    font-family: 'sax2' !important;
}   

.cell {
  margin-bottom: 1rem;
}

.cell > .sourceCode {
  margin-bottom: 0;
}

.cell-output > pre {
  margin-bottom: 0;
}

.cell-output:not(.cell-output-markdown) > pre,
.cell-output:not(.cell-output-markdown) > .sourceCode > pre,
.cell-output-stdout > pre,
.cell-output-markdown {
  margin-left: 0.4rem;
  padding-left: 0.4rem;
  margin-top: 0;
  background: none;
  border-left: 2px solid lightsalmon;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cell-output-display {
  margin-left: 0.4rem;
  padding-left: 0.4rem;
  margin-top: 0;
  background: none;
  border-left: 2px solid lightsalmon;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cell-output > .sourceCode {
  border: none;
}

.cell-output > .sourceCode {
  background: none;
  margin-top: 0;
}

div.description {
  padding-left: 2px;
  padding-top: 5px;
  font-style: italic;
  font-size: 135%;
  opacity: 70%;
}



/* .cell {
  margin-bottom: 1rem;
}

.cell > .sourceCode {
  margin-bottom: 0;
}

.cell-output > pre {
  margin-bottom: 0;
}

.cell-output > pre, .cell-output > .sourceCode > pre, .cell-output-stdout > pre {
  margin-left: 0.8rem;
  margin-top: 0;
  background: none;
  border-left: 2px solid lightsalmon;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cell-output > .sourceCode {
  border: none;
}

.cell-output > .sourceCode {
  background: none;
  margin-top: 0;
}

div.description {
  padding-left: 2px;
  padding-top: 5px;
  font-style: italic;
  font-size: 135%;
  opacity: 70%;
}

blockquote > pre {
  font-size: 14px;
}

.table {
  font-size: 16px;
  --bs-table-striped-bg: var(--bs-table-bg);
}

.quarto-figure-center > figure > figcaption {
  text-align: center;
}

.figure-caption {
  font-size: 75%;
  font-style: italic;
} */

.footer-items {
  display: flex;
  justify-content: flex-end; /* Pushes items to the right */
  list-style: none; /* Remove default list styling */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

.footer-items .nav-item {
  margin-left: 10px; /* Add some spacing between the icons */
}

.footer-items .nav-item:first-child {
  margin-left: 0; /* Remove left margin for the first icon */
}

.nav-footer {
  display: flex;
  justify-content: space-between; /* Space between left and right sections */
  align-items: right; /* Vertically aligns items */
}

.nav-footer-right {
  display: flex;
  justify-content: flex-end; /* Aligns items to the right */
  align-items: right; /* Vertically centers the items */
  width: 100%; /* Ensures it spans the full width */
}

.footer-items {
  display: flex;
  gap: 10px; /* Adds spacing between icons */
  list-style: none; /* Removes default list styling */
  padding: 0; /* Removes default padding */
  margin: 0; /* Removes default margin */
}

.footer-items img {
  height: 24px; /* Ensures consistent icon size */
  width: auto; /* Maintains aspect ratio */
}