html,
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    touch-action: manipulation;
}

body {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

a,
button,
.btn,
.quick-card,
.course-card,
.session-card,
.exercise-card,
.list-card-link,
.bottom-nav a,
.fab {
    -webkit-tap-highlight-color: transparent;
}

input,
textarea,
select,
option,
[contenteditable="true"],
.allow-text-selection {
    -webkit-user-select: text;
    user-select: text;
    -webkit-touch-callout: default;
}

body.text-large {
    font-size: 1.08rem;
}

body.text-large .app-header h1 {
    font-size: 1.35rem;
}

body.text-large .section-title {
    font-size: 1.08rem;
}

body.text-large .btn,
body.text-large .form-control,
body.text-large .form-select,
body.text-large .form-label,
body.text-large .list-card small,
body.text-large .course-card p,
body.text-large .session-card p,
body.text-large .exercise-card p {
    font-size: 1.04rem;
}

body.text-large .bottom-nav a {
    font-size: .78rem;
}

body.text-large .chip {
    font-size: .82rem;
}
