/**
 * Match Tutor LMS learning screens to the Mindy theme's primary typeface.
 * Icon glyphs are intentionally excluded so Tutor's icon font remains intact.
 */
body.tutor-lms.tutor-frontend {
	font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
}

body.tutor-lms.tutor-frontend .tutor-learning-area,
body.tutor-lms.tutor-frontend .tutor-learning-area h1,
body.tutor-lms.tutor-frontend .tutor-learning-area h2,
body.tutor-lms.tutor-frontend .tutor-learning-area h3,
body.tutor-lms.tutor-frontend .tutor-learning-area h4,
body.tutor-lms.tutor-frontend .tutor-learning-area h5,
body.tutor-lms.tutor-frontend .tutor-learning-area h6,
body.tutor-lms.tutor-frontend .tutor-learning-area p,
body.tutor-lms.tutor-frontend .tutor-learning-area a,
body.tutor-lms.tutor-frontend .tutor-learning-area button,
body.tutor-lms.tutor-frontend .tutor-learning-area label,
body.tutor-lms.tutor-frontend .tutor-learning-area input,
body.tutor-lms.tutor-frontend .tutor-learning-area select,
body.tutor-lms.tutor-frontend .tutor-learning-area textarea,
body.tutor-lms.tutor-frontend .tutor-learning-area table,
body.tutor-lms.tutor-frontend .tutor-learning-area th,
body.tutor-lms.tutor-frontend .tutor-learning-area td,
body.tutor-lms.tutor-frontend .tutor-learning-area [class*="tutor-fs-"] {
	font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
}

