/* Tiny custom cursor */
.tcursor {
    width: 8px;
    height: 8px;
    background: #cf0002;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
}
