@font-face {
    font-family: 'Queen';
    src: url('Queen-bold.woff2') format('woff2'),
        url('Queen-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Queen';
    src: url('Queen-black.woff2') format('woff2'),
        url('Queen-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Queen';
    src: url('Queen-semi-bold.woff2') format('woff2'),
        url('Queen-semi-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Queen';
    src: url('Queen-regular.woff2') format('woff2'),
        url('Queen-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

