/* -------------------------------------------------------- */
/* 🔹 Page Template                                         */
/* -------------------------------------------------------- */
/* Title and spacing for the text pages                      */
/* Mirrors page_template.dart                                */

.page-template {
  padding-block: var(--space-xxxl) var(--website-section-spacing);
}

.page-template__title {
  font-size: var(--text-display-small);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--space-s);
}

.page-template__subtitle {
  font-size: var(--text-body-medium);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-xxl);
}

@media (max-width: 767px) {
  .page-template__title {
    font-size: var(--text-headline-large);
  }
}
