h1 {
    font-size: var(--xxxl);
    font-weight: bold;
    line-height: 1.1;
    color: var(--white);
    margin: 0 !important;
}

h2 {
    font-size: var(--xl);
    font-weight: 600;
    font-stretch: normal;
    color: var(--white);
}

h3 {
    font-size: var(--lg2);
    font-weight: 500;
    line-height: 1.24;
}

h4 {
    font-size: var(--lg);
    font-weight: 600;
    line-height: 1.29;
    color: var(--black);
}

h5 {
    font-size: var(--md);
    font-weight: 500;
    color: var(--white);
}

h6 {
    font-size: var(--xs);
    line-height: 1.44;
    font-weight: normal;
}

p {
    font-size: var(--xs);
    line-height: 1.5;
    color: var(--black);
}
a {
    font-size: var(--xxs);
    font-weight: 600;
    line-height: 1.5;
}

li {
    font-size: var(--md2);
}
