html {
    background-color: #000;
    color: #FFF;

}

@font-face{
    font-family: "DINdong";
    src:
    local("DINdong"),
    url("/jackpot/assets/fonts/DINdong.woff2");
}

h1 {
    font-family: DINdong;
}