/*
 * Small, deliberately scoped compatibility rules for Tutor LMS standalone
 * screens. The main theme and Bootstrap bundles are not loaded on these pages.
 */
.tutor-lms {
	--tutor-font-family-body: "Cabin";
	--tutor-font-family-heading: "Cabin";
}

.tutor-lms .tutor-error-text,
.tutor-lms .tutor-form-feedback,
.tutor-lms [role="alert"],
.tutor-lms .components-notice__content {
	font-family: "Cabin", Inter, sans-serif;
	font-weight: 500 !important;
	line-height: 1.5 !important;
}
