@font-face {
    font-family: 'Undertale'; /*a name to be used later*/
    src: url('./font/UT.ttf'); /*URL to font*/
}

*{
    font-family: 'Undertale';
    cursor: url("imgs/main/mouse/gun.png"), auto;
    
}

body{
    cursor: url("imgs/main/mouse/gun.png"), auto;
    margin: 0px;
}
.button{
    cursor:   url("imgs/main/mouse/gunHover.png"),
    pointer;
}
