@font-face {
    font-family: "CandyBeans";
    src: url("/assets/fonts/Candy Beans.otf") format("opentype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: url("/assets/cursor.png"), auto;
    font-family: "CandyBeans";
    color: white;
}

body {
    background: #000;
    width: 100vw;
    height: 100vh;
}

text {
    font-size: 13pt;
    color: #3aa35d;
}

a {
    cursor: url("/assets/point.png"), auto;
    text-decoration: none;
}