@font-face {
    font-family: 'Lone Case';
    src: url('lonecase-regular.woff2') format('woff2'),
        url('lonecase-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lone Case';
    src: url('lonecase-italic.woff2') format('woff2'),
        url('lonecase-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lone Case';
    src: url('lonecase-bold.woff2') format('woff2'),
        url('lonecase-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lone Case';
    src: url('lonecase-bolditalic.woff2') format('woff2'),
        url('lonecase-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}