@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v22-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/poppins-v22-latin_latin-ext-italic.woff2') format('woff2');
}

.header-img-src {
    background-image: url('../img/welcome.webp');
    background-position: top;
    background-size: cover;
}