/* Brand */
:root {
  --bs-primary: #6e0c0c;
  --bs-link-color: #6e0c0c;
  --bs-link-hover-color: #420707;
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #222;
}

h1, h2, h3 {
  font-weight: 600;
  letter-spacing: -0.01em;
}

h2 {
  margin-top: 2.2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.4rem;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* Publication listing */
.pub-list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 0.6rem;
}

.pub-item {
  padding-left: 0.9rem;
  border-left: 3px solid #e5e5e5;
}

.pub-title {
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.35;
  margin-bottom: 0.2rem;
}

.pub-authors {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 0.15rem;
}

.pub-venue {
  font-size: 0.92rem;
  color: #555;
}

.pub-year {
  margin-left: 0.4rem;
  color: #777;
}

.pub-status {
  margin-left: 0.4rem;
  color: #6e0c0c;
  font-style: italic;
}

.pub-links {
  margin-top: 0.3rem;
  font-size: 0.88rem;
}

.pub-link {
  margin-right: 0.8rem;
  color: #6e0c0c;
}

/* About page */
.about-entity .about-image {
  border: 1px solid #e5e5e5;
}

/* Navbar */
.navbar-brand {
  font-weight: 600;
  letter-spacing: -0.01em;
}
