/* Page-scoped overrides for hoat-dong: same selectors, different values than other pages. */

.text-clamp-hero {
    font-size: clamp(2.2rem, 5.5vw, 4.2rem);
    line-height: 1.1;
}

.text-clamp-section {
    font-size: clamp(1.75rem, 3.8vw, 3.25rem);
    line-height: 1.2;
}
