/* Simple academic portfolio styling */
:root {
  --content-max: 1050px;
}

#quarto-content {
  max-width: var(--content-max);
  margin: 0 auto;
}

.navbar-brand {
  font-weight: 700;
}

.quarto-title .title {
  font-weight: 800;
}

code, pre {
  font-size: 0.95em;
}
