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

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

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

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

