body {
    font-size: 1.2rem;
    background: #f8fafc;
}
@media (max-width: 576px) {
    body, .container, table, .form-control, .form-select {
        font-size: 1.15rem !important;
    }
    h1, h2, h3, h4, h5 {
        font-size: 1.3em !important;
    }
    .btn, .btn-lg, .btn-primary, .btn-success, .btn-danger {
        font-size: 1.15rem !important;
        padding: 0.7rem 1.2rem !important;
    }
    .table {
        font-size: 1.05rem !important;
    }
    .card-title {
        font-size: 1.5rem !important;
    }
    .rounded-4 {
        border-radius: 1.5rem !important;
    }
}
input[type="date"], input[type="number"], input[type="text"], select, textarea {
    font-size: 1.08em !important;
}
