

:root {

    --hd-font: var(--tlc-root-font-family, 'Inter', sans-serif);

}

.h1 {

    font-family: var(--hd-font);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;

}

.h2 {

    font-family: var(--hd-font);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;

}

.h3 {

    font-family: var(--hd-font);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;

}

