.small-heading {
    font-size: 125%;
    line-height: 1.2em;
    font-weight: 600;
    color: var(--secondary-color3); 
}

.normal-heading {
    font-size: 150%;
    line-height: 1.2em;
    font-weight: 600;
    color: var(--secondary-color3); 
}

.normal-display {
    font-size: 100%;
    line-height: 1.2em;
    font-weight: 400;
    color: var(--secondary-color3); 
}

/*  */
.secondary-small-heading {
    font-size: 125%;
    line-height: 1.2em;
    font-weight: 600;
    color: #0059B3;
}

.secondary-normal-heading {
    font-size: 150%;
    line-height: 1.2em;
    font-weight: 600;
    color: #0059B3;
}

.secondary-normal-display {
    font-size: 100%;
    line-height: 1.2em;
    font-weight: 400;
    color: #0059B3;
}

/*  */

.primary-normal {
    font-size: 100%;
    line-height: 1.2em;
    font-weight: 400;
    color: #E23E21;
}

.primary-normal-display {
    font-size: 100%;
    line-height: 1.2em;
    font-weight: 600;
    color: #E23E21;
}



.headline-large {
    line-height: 40px;
    font-size: 2rem;
    font-weight: 400;
    color: var(--secondary-color3); 
}

.headline-medium {
    line-height: 36px;
    font-size: 1.75rem;
    font-weight: 400;
    color: var(--secondary-color3); 
}

.headline-small {
    line-height: 32px;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--secondary-color3); 
}

.label-large {
    line-height: 20px;
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--secondary-color3); 
}

.label-medium {
    line-height: 16px;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--secondary-color3); 
}

.label-small {
    line-height: 16px;
    font-size: 0.625rem;
    font-weight: 500;
    color: var(--secondary-color3); 
}

.body-large {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    color: var(--secondary-color3); 
}

.body-medium {
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 400;
    color: var(--secondary-color3); 
}

.body-small {
    font-size: 0.75rem;
    line-height: 16px;
    font-weight: 400;
    color: var(--secondary-color3); 
}