@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto+Mono:wght@300;700&display=swap');

body {
  background-color: #ffffff;
  font-family: 'Playfair Display', serif;
  color: #1b1b1b;
  padding: 60px 30px;
  margin: 0;
}

.main-content {
  max-width: 960px;
  margin: 0 auto;
}

.hero-text {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.15;
  margin-bottom: 30px;
}

.authors {
  font-family: 'Roboto Mono', monospace;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: left;
}

.authors .affiliation {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #111;
}

#teaser-video {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-color: #000;
  display: block;
  margin: 0 0 30px 0;
}

.tagline {
  font-family: 'Roboto Mono', monospace;
  font-size: 24px;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  margin: 40px 0 20px 0;
}

.section {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 40px;
}
