body {
  font-family: system-ui, sans-serif;
  margin: 0;
}

#bg-video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  color: #fff;
  font-size: clamp(1.25rem, 5vw, 4rem);
}

.text-display-lg {
  font-size: clamp(2.5rem, 15vw, 12rem);
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  font-style: normal;
}

.text-display-md {
  font-size: clamp(1.25rem, 5vw, 4rem);
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  font-style: normal;
}

.text-display-sm {
  font-size: clamp(1rem, 2.5vw, 2rem);
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  font-style: normal;
}