.font-light {
	font-weight: 300;
}

.font-regular {
	font-weight: 400;
}

.font-semibold {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.module-title:has(.content-max) {
	--content-gutter: var(--j-gap-spacing-gutter-1, 2rem);
	max-width: calc(var(--content-max-width, 100%) - var(--content-gutter, 0px) *2);
	width: 100%;
	margin: 0 auto;
}
