/* Label and control text size overrides */

/* Base styles for smaller screens (mobile) */
label,
.form-label,
.form-control,
input,
select,
textarea,
button,
.btn {
    font-size: 0.875rem !important; /* 14px */
}

/* Medium screens and above (tablets, desktops) */
@media (min-width: 768px) {
    label,
    .form-label,
    .form-control,
    input,
    select,
    textarea,
    button,
    .btn {
        font-size: 1rem !important; /* Bootstrap fs-6 size */
    }
}
