@font-face {
  font-family: 'NeueMontreal';
  src: url('../fonts/NeueMontreal-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}



html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f2f2f2;
  height: 100%;
  font-family: 'NeueMontreal', Arial, sans-serif;
}

.info {
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
}

.name {
  margin: 0;
  font-size: 0.8rem;
  font-weight: bold;
  color: #262626;
  line-height: 1.3;
  display: block;
}

.bio {
  position: fixed;
  top: 3.5rem;
  left: 1.5rem;
  margin: 0 0 0.75rem 0;
  font-size: 0.8rem;
  font-weight: bold;
  color: #262626;
  line-height: 1.3;
  display: block;
}

.links {
  position: fixed;
  top: 6.5rem;
  left: 1.5rem;
  display: flex;
  flex-direction: column;
}

.small-link {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
  color: #262626;
  line-height: 1.5;
  display: inline-block;
}

.small-link:hover {
  text-decoration: underline;
}

.nav-link {
  display: inline-block;
}

.headline-list {
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.headline-row {
  display: block;
  white-space: nowrap;
  line-height: 1;
  transform-origin: left bottom;
  overflow: visible;
  margin-bottom: -0.15em;
}

.headline-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.headline {
  margin: 0;
  line-height: 1;
  color: #262626;
  display: inline-block;
  white-space: nowrap;
}


