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

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

h3 {
    font-size: var(--lg);
    line-height: 1.42857;
    font-weight: 600;
}

h4 {
    font-size: var(--lg2);
    font-weight: 600;
    line-height: 1.88889;
}

h5 {
    font-size: var(--md);
    font-weight: 600;
    color: #00353d;
}

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

p {
    font-weight: 400;
    font-size: var(--sm);
    line-height: 1.88889;
}
a {
    /* font-size: var(--xxs); */
    /* font-weight: 400; */
    line-height: 1.5;
}

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