.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }

.fw-bold { font-weight: 700 !important; }
.fw-bolder { font-weight: 800 !important; }
.fw-black { font-weight: 900 !important; }
.fw-normal { font-weight: 400 !important; }

.fs-xs { font-size: 0.75rem !important; }
.fs-sm { font-size: 0.875rem !important; }
.fs-md { font-size: 1rem !important; }
.fs-lg { font-size: 1.125rem !important; }
.fs-xl { font-size: 1.25rem !important; }
.fs-2xl { font-size: 1.5rem !important; }
.fs-3xl { font-size: 1.875rem !important; }
.fs-4xl { font-size: 2.25rem !important; }

.m-0 { margin: 0 !important; }
.p-0 { padding: 0 !important; }

.lh-1 { line-height: 1 !important; }
.lh-12 { line-height: 1.2 !important; }
.lh-14 { line-height: 1.4 !important; }
.lh-16 { line-height: 1.6 !important; }

.uppercase { text-transform: uppercase !important; }
.tracking-wider { letter-spacing: 0.05em !important; }
.tracking-widest { letter-spacing: 0.12em !important; }
