:root {
  --bg-color: #202124;
  --text-color: #e8eaed;
  --title-color: #ffffff;
  --link-color: #8ab4f8;
  --link-hover-color: #d2e3fc;
  --footer-bg: #2c2c2c;
  --box-bg: #292a2d;
  --button-text: #ffffff;
}

[data-theme="light"] {
  --bg-color: #ffffff;
  --text-color: #4a4a4a;
  --title-color: #363636;
  --link-color: #3273dc;
  --link-hover-color: #363636;
  --footer-bg: #fafafa;
  --box-bg: #ffffff;
  --button-text: #363636;
}

body {
  font-family: 'Noto Sans', sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.title {
  color: var(--title-color) !important;
}

.subtitle {
  color: var(--text-color) !important;
}

.content {
  color: var(--text-color);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: var(--title-color);
}

.footer {
  background-color: var(--footer-bg);
  color: var(--text-color);
}

.hero {
  background-color: var(--bg-color);
}

.hero.is-light {
  background-color: var(--footer-bg);
}

a {
  color: var(--link-color);
}

a:hover {
  color: var(--link-hover-color);
}

.publication-authors a {
  color: var(--link-color) !important;
}


.footer .icon-link {
  font-size: 25px;
  color: #000;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}


.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}




.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}


.publication-title {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
}

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}



.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;

  overflow: hidden;
  border-radius: 10px !important;
}

.publication-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb {
  font-size: smaller;
}