/* Custom styles for Tobias Scheithauer's personal site */

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

/* Navbar */
.navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* Blog listing hover */
.quarto-listing-default .quarto-post:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}

/* Publications — spacing between entries */
#refs .csl-entry {
  margin-bottom: 1.2em;
}

/* Footer */
.nav-footer {
  border-top: 1px solid #dee2e6;
  padding: 1.5rem 0;
  font-size: 0.875rem;
  color: #6c757d;
}

/* Login / restricted page buttons — match Sandstone primary (#325d88) */
.btn-primary {
  background-color: #325d88;
  border-color: #325d88;
}

.btn-primary:hover {
  background-color: #264a6e;
  border-color: #264a6e;
}
