/* Shared page layout styles */
.container {
  margin-top: 80px;
  text-align: center;
  padding: 0 1rem;
}

/* Basic title and description styling */
.page-title {
  font-size: clamp(1.8rem, 8vw, 3rem);
}

.page-desc {
  font-size: clamp(1rem, 4.5vw, 1.4rem);
}

/* Home page specific tweaks */
.home-title {
  display: inline-flex;
  align-items: baseline;
  gap: .25em;
}
