@font-face {
    font-family: 'Lobster Two';
    src: url('../fonts/LobsterTwo-BoldItalic.woff2') format('woff2'),
        url('../fonts/LobsterTwo-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lobster Two';
    src: url('../fonts/LobsterTwo-Bold.woff2') format('woff2'),
        url('../fonts/LobsterTwo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lobster Two';
    src: url('../fonts/LobsterTwo-Italic.woff2') format('woff2'),
        url('../fonts/LobsterTwo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lobster Two';
    src: url('../fonts/LobsterTwo.woff2') format('woff2'),
        url('../fonts/LobsterTwo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

