/* ============================================================= */
/* UTILITIES                                                     */
/* Keep this file small: single-purpose helpers only.            */
/* ============================================================= */

.hidden { display: none !important; }

/* Text alignment */
.cf-align-center { text-align: center; }
.cf-align-right { text-align: right; }
.cf-align-left { text-align: left; }
.text-center { text-align: center; }
.text-end { text-align: right; }

/* Spacing */
.mt-2 { margin-top: var(--cf-space-2); }
.mb-0 { margin-bottom: 0; }

/* Text styles */
.small { font-size: var(--cf-text-sm); }
.cf-text { color: var(--cf-color-text-primary); }
.cf-text-muted { color: var(--cf-color-text-secondary); }
