h1 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
  overflow: hidden;
}

p {
  font-size: clamp(1rem, 3vw, 1.1rem);
  line-height: 1.6;
  color: var(--color-foreground-secondary);
}    

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

.error-text {
  font-weight: bold;
  color: var(--color-red);
  margin-bottom: 1.7rem;
}
