@media (max-width: 767px) {
    .text-\[6px\],
    .text-\[7px\],
    .text-\[8px\],
    .text-\[9px\] {
        font-size: 11px !important;
    }

    .text-\[10px\] {
        font-size: 12px !important;
    }

    button,
    a {
        text-underline-offset: 3px;
    }
}
