@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 1 1000;
    /* variable font range */
    font-display: swap;
    src: url('../fonts/SourceSans3-VariableFont_wght.ttf') format('truetype-variations');
}

h1 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
    color: var(--heading);
    margin-bottom: 15px;
}

h2 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
    color: var(--txt);
    margin-bottom: 15px;
}

h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: var(--txt);
}

h4 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 300;
    color: var(--txt);
}

h5 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    color: var(--icn_sel_bkgr);
}

p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: var(--txt);
    margin-bottom: 10px;
}

/* --------------- checked --------------- */