@font-face {
    font-family: 'Grover';
    src: url('../css/fonts/Grover-Black.woff2') format('woff2'),
        url('../css/fonts/Grover-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grover Semi';
    src: url('../css/fonts/Grover-Semi-Bold.woff2') format('woff2'),
        url('../css/fonts/Grover-Semi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grover';
    src: url('../css/fonts/Grover-Bold.woff2') format('woff2'),
        url('../css/fonts/Grover-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grover';
    src: url('../css/fonts/Grover-Regular.woff2') format('woff2'),
        url('../css/fonts/Grover-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
