@font-face {
    font-family: "BonoboBold";
    src: url("./fonts/BonoboBold.ttf");
}

body {
    background-color: rgb(0,0,0);
}

* {
cursor: none;
}

.canvas {
    position: absolute;
    overflow: visible;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0);
}
