body {
    margin: 0;
    padding: 0;
    background-color: #000;
    overflow: hidden;
}

/* Font Face definitions to go here */

@font-face {
    font-family: "nunito-black";
    src: url("./../assets/fonts/nunito-black.woff2") format("woff2"), url("./../assets/fonts/nunito-black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "luckiestguy";
    src: url("./../assets/fonts/luckiestguy-regular-webfont.woff2") format("woff2"), url("./../assets/fonts/luckiestguy-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "disneyJuniorBold";
    src: url("./../assets/fonts/disney_junior_bold_v2-webfont.woff2") format("woff2"), url("./../assets/fonts/disney_junior_bold_v2-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}