@font-face {
    font-family: "Poppins";
    src: url('./poppins/Poppins-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url('./poppins/Poppins-Bold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BebasNeue";
    src: url('./bebas-neue/BebasNeue-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LuckeistGuy";
    src: url('./luckiest-guy/LuckiestGuy-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}