
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src:
        local('Source Sans Pro Light'), local('SourceSansPro-Light'),
        url('../fonts/source-sans-pro-v14-latin-300.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v14-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src:
        local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
        url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src:
        local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
        url('../fonts/source-sans-pro-v14-latin-600.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v14-latin-600.woff') format('woff');
}


h1 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 300;
    color: var(--hline);
    margin-bottom: 5px;
}

h2 {
    font-size: 1.3rem;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--hline);
}

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;
}
