.text-xs {
    font-size: var(--text-xs) !important; /* 12px */
}

.text-sm {
    font-size: var(--text-sm) !important; /* 14px */
}

.text-base {
    font-size: var(--text-base) !important; /* 16px */
}

.text-lg {
    font-size: var(--text-lg) !important; /* 18px */
}

.text-xl {
    font-size: var(--text-xl) !important; /* 20px */
}

.text-2xl {
    font-size: var(--text-2xl) !important; /* 24px */
}

.text-3xl {
    font-size: var(--text-3xl) !important; /* 30px */
}

.text-4xl {
    font-size: var(--text-4xl) !important; /* 36px */
}

.text-5xl {
    font-size: var(--text-5xl) !important; /* 48px */
}

.text-6xl {
    font-size: var(--text-6xl) !important; /* 60px */
}

.text-7xl {
    font-size: var(--text-7xl) !important; /* 72px */
}

.text-8xl {
    font-size: var(--text-8xl) !important; /* 96px */
}