/******TYPOGRAPHY STYLE - Start******/

.wdl-page-kicker
{
    display: block;
    margin-bottom: 18px;
    color: var(--wdl-primary-color);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wdl-page-title
{
    margin: 0;
    color: var(--wdl-dark-color);
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.wdl-page-intro
{
    max-width: 860px;
    margin-top: 28px;
    color: #374151;
    font-size: clamp(21px, 2vw, 28px);
    line-height: 1.55;
}

.wdl-page-summary
{
    max-width: 760px;
    margin-top: 24px;
    color: var(--wdl-muted-color);
    font-size: 18px;
    line-height: 1.8;
}

.wdl-section-title
{
    margin: 0;
    color: var(--wdl-dark-color);
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.wdl-section-text
{
    max-width: 760px;
    margin-top: 20px;
    color: var(--wdl-muted-color);
    font-size: 19px;
    line-height: 1.7;
}

.wdl-card-title
{
    margin: 0;
    color: var(--wdl-dark-color);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
}

.wdl-card-text
{
    margin: 16px 0 0;
    color: var(--wdl-muted-color);
    font-size: 17px;
    line-height: 1.7;
}

/******TYPOGRAPHY STYLE - End******/