* {
  font-family: quasimoda, sans-serif;
  font-style: normal;
}
p {
  font-size: 1.1rem;
  line-height: 2em;
}

section.about-hero {
  margin-top: 1em;
  margin-bottom: 6em;
  font-family: quasimoda, sans-serif;
  font-style: normal;

}

.about-page-title {
  font-size: 2.4em;
  font-weight: 600;
  margin-bottom: 1rem;
}
.about-title-v-logo {
  width: 50px;
  margin-top: -0.4em;
}

.about-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section#hero {
}

section#beginning {
  background: var(--vt-pink-gradient);
}

section#today {
  background: var(--vt-yellow-gradient);
}