@font-face {
    font-family: 'Ballinger';
    src: url('../fonts/ballinger/Fontspring-DEMO-ballinger-black-1.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ballinger';
    src: url('../fonts/ballinger/Fontspring-DEMO-ballinger-bold-1.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ballinger';
    src: url('../fonts/ballinger/Fontspring-DEMO-ballinger-blackitalic-1.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ballinger';
    src: url('../fonts/ballinger/Fontspring-DEMO-ballinger-bolditalic-1.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}