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

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.woff') format('woff2'), url('Poppins-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Passion One';
    src: url('PassionOne-Regular.woff2') format('woff2'), url('PassionOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Just Another Hand';
    src: url('JustAnotherHand-Regular.woff2') format('woff2'), url('JustAnotherHand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Courier Prime';
    src: url('CourierPrime-Regular.woff2') format('woff2'), url('CourierPrime-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6';
    src: url('fa-solid-900.woff2') format('woff2'), url('fa-solid-900.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}