html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.publication-title {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}

.publication-authors {
  margin-bottom: 1em;
}

.author-block {
  display: inline-block;
  margin-right: 0.5em;
}

.author-block a {
  color: #1a73e8;
  text-decoration: none;
}

.author-block a:hover {
  text-decoration: underline;
}

.publication-links {
  margin-top: 1em;
}

.link-block {
  margin: 0 0.5em;
}

.external-link {
  background-color: #1a73e8;
  color: white;
  padding: 0.5em 1em;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s;
}

.external-link:hover {
  background-color: #1557b0;
  color: white;
}

.section {
  padding: 3rem 1.5rem;
}

.title {
  margin-bottom: 1.5rem;
}

.content {
  margin-top: 1.5rem;
}

pre {
  background-color: #f5f5f5;
  padding: 1em;
  border-radius: 4px;
  overflow-x: auto;
}

code {
  font-family: 'Courier New', Courier, monospace;
} 