body {
    font-size: 16px !important;
}

input,
select,
textarea,
button {
    font-size: 15px !important;
}

label span,
.field span,
.form-grid span {
    font-size: 13px !important;
}

h1 {
    font-size: clamp(28px, 3vw, 40px) !important;
}

h2 {
    font-size: clamp(20px, 2vw, 28px) !important;
}

h3 {
    font-size: 17px !important;
}

p,
small,
.muted {
    font-size: 13px !important;
    line-height: 1.5 !important;
}
