/* Typography */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-uppercase { text-transform: uppercase; }
.font-bold { font-weight: 700; }
.font-mono { font-family: var(--font-mono); }

/* Visibility */
.hidden { display: none !important; }

/* Interactive */
.cursor-pointer { cursor: pointer; }
