/*
 * Typography Utility Overview
 * ---------------------------
 * This file contains foundational text-style classes that appear in multiple
 * sections. Keeping them isolated makes text hierarchy easier to maintain.
 */

.game-title {
    color: #bbbbcc;
    font-size: 0.9em;
    font-weight: 500;
    margin: 0 0 0.1rem 0;
    text-transform: uppercase;
}


.header{
    font-size: clamp(1.9375rem, 2vw, 5rem);
    color: #1a1a1a;
    margin: 0;
    font-weight: 900;
    line-height: 1.1em;
    text-align: inherit;
    text-wrap: balance;


}

.smallheader,
.section-subheading{
    font-size: clamp(1.9375rem*0.8, 2vw*0.8, 5rem*0.8);
    color: #1a1a1a;
    margin: 0;
    font-weight: 800;
    line-height: 1.1em;
    text-align: inherit;
    text-wrap: balance;
}

