@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap");

@font-face {
    font-family: "Jackpot";
    font-style: normal;
    src: url(../fonts/Jackpot.woff2) format("woff2");
}

:root {
    --ff-1: Jackpot,
        sans-serif;
}