/**
 * @file
 * Page title.
 *
 * Provides styles for the page title.
 */

.page-title {
  font-size: clamp(1.5rem, 5vw, 3.75rem);
  line-height: 1.25;
}
