@font-face {
    font-family: 'BlackPearl';
    src: URL('./fonts/blackpearl.ttf') format('truetype');
}

@font-face {
    font-family: 'Alegreya Sans';
    src: URL('./fonts/alegreya-sans-black.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    src: URL('./fonts/poppins-bold.ttf') format('truetype');
}