/**
 * Cursors
 * https://stackoverflow.design/product/base/cursors/
 */
/* cursor */
.c-auto {
    cursor:auto;
}

.c-default {
    cursor:default;
}

.c-pointer {
    cursor:pointer;
}

.c-text {
    cursor:text;
}

.c-wait {
    cursor:wait;
}

.c-move {
    cursor:move;
}

.c-not-allowed {
    cursor:not-allowed;
}

.c-help {
    cursor:help;
}
