@font-face {
    font-family: 'Houschka Pro';
    src: url('HouschkaPro-ExtraBoldItalic.woff2') format('woff2'),
        url('HouschkaPro-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Houschka Pro';
    src: url('HouschkaPro-DemiBoldItalic.woff2') format('woff2'),
        url('HouschkaPro-DemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Houschka Pro';
    src: url('HouschkaPro-Medium.woff2') format('woff2'),
        url('HouschkaPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Light.woff2') format('woff2'),
        url('Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

