body {
  font-family: 'Noto Sans', sans-serif;
  background-color: #ffffff;
  color: #4a4a4a;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: 'Google Sans', sans-serif;
}

.publication-title {
  font-weight: 700;
  margin-bottom: 1.5rem !important;
  font-size: 2.5rem !important;
  line-height: 1.2;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
  color: #363636;
  margin-bottom: 0.5rem;
}

.author-block {
  display: inline-block;
  margin-right: 15px;
}

.publication-links {
  margin-top: 1.5rem;
}

.link-block {
  margin: 0 5px;
}

.link-block a {
  transition: all 0.2s ease-in-out;
}

.link-block a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hero-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.teaser .subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.section {
  padding: 3rem 1.5rem;
}

.content h2 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

pre {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 1.5rem;
}

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 3rem;
  border-top: 1px solid #eaeaea;
}

.footer a {
  color: #3273dc;
}

.footer a:hover {
  text-decoration: underline;
}
