Miscellaneous
Small utility classes that don't warrant their own sections.
Cursor
Control the cursor style when hovering over elements:
.cursor-pointer (hover me)
.cursor-default (hover me)
.cursor-not-allowed (hover me)
Use .cursor-pointer for clickable non-link elements. Use .cursor-not-allowed for disabled states (pair with reduced opacity for visual feedback).