/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2026 | 20:53:30 */
:root,
body {
	--ld-color-button-bg: #04373e;
	--ld-color-button-bg-hover: #0e5058;
	--ld-typography-font-family: "Noo Sans", sans-serif;
	--ld-color-button-bg: #04373e;;
	--ld-color-brand-primary: #04373e;
	--ld-color-system-light-1: #eee;
}

body.ld-in-focus-mode,
body.ld-in-focus-mode h1,
body.ld-in-focus-mode h2,
body.ld-in-focus-mode h3,
body.ld-in-focus-mode p,
body.ld-in-focus-mode li {
	font-family: var(--ld-typography-font-family);
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
	padding: 0;
	gap: 0.5rem;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-profile-avatar {
	width: 30px;
	height: 30px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-profile-avatar img {
	max-width: 100%;
	height: auto;
}