@font-face {
    font-family: "Callmira";
    src: url("../fonts/Callmira-Regular.otf") format('opentype');
}

@font-face {
    font-family: "Flagfies";
    src: url("../fonts/flagflies.otf") format('opentype');
}

@font-face {
    font-family: "RookCastle";
    src: url("../fonts/RookCastle-Regular.otf") format('opentype');
}

.mouse {
    position: fixed;
    z-index: 10000;
    user-select: none;
    font-size: 25px;
    pointer-events: none;
}

@media screen and (max-width: 500px) {
    .tr-char {
        font-size: 42px;
    }
}