/* Custom styles for the website */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.quarto-title-block {
  margin-bottom: 2em;
}

/* Adjust spacing for about page */
.about-entity {
  margin-top: 1em;
}

/* Publication list styling */
h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* Link styling */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
