/* Font-size utility classes */
.u-fz-10 { font-size: 10px !important; }
.u-fz-12 { font-size: 12px !important; }
.u-fz-14 { font-size: 14px !important; }
.u-fz-16 { font-size: 16px !important; }
.u-fz-18 { font-size: 18px !important; }
.u-fz-20 { font-size: 20px !important; }
.u-fz-22 { font-size: 22px !important; }
.u-fz-24 { font-size: 24px !important; }
.u-fz-28 { font-size: 28px !important; }
.u-fz-32 { font-size: 32px !important; }
.u-fz-36 { font-size: 36px !important; }

/* Text-align utility classes */
.u-txtCenter { text-align: center !important; }
.u-mt-30 { margin-top: 30px !important; }
.u-mb-30 { margin-bottom: 30px !important; }
.u-fw-700 { font-weight: 700 !important; }