

/**umb_name:Title*/
p.MsoTitle {
	font-size:2.3408rem;
	font-weight: 400;
	letter-spacing: .1rem;
}

/**umb_name:Heading 1*/
h1.articleStyle {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .09rem;
}

/**umb_name:Heading 2*/
h2.articleStyle {
	font-size: 1.4rem;
	font-weight: 600;
		letter-spacing: .05rem;
	margin-bottom: 0.5rem;
}

/**umb_name:Heading 3*/
h3.articleStyle {
	font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: .05rem;
}

/**umb_name:Heading 4*/
h4.articleStyle {
	font-size: 1rem;
		font-weight: 600;
		letter-spacing: .04rem;
}

/**umb_name:Normal*/
p.articleStyle {
	font-size: 1rem;
	line-height: 1.6rem;
}
/**umb_name:Grøn tekst*/
.color-green {
	color: --var(--mdc-theme-primary);
	}
	
	
	.richtext-content p.MsoTitle {
		font-size: 2.3408rem;
		font-weight: 400;
		letter-spacing: .1rem;
	}
	
	
	.richtext-content h1 {
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: .09rem;
	}
	
	
	.richtext-content h2 {
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: .05rem;
		margin-bottom: 0.5rem;
	}
	
	
	.richtext-content h3 {
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: .05rem;
	}
	
	
	.richtext-content h4 {
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: .04rem;
	}
	
	
	.richtext-content p {
		font-size: 1rem;
		line-height: 1.6rem;
	}
	
	.richtext-content .color-green {
	color: rgb(69, 109, 89);
}

.richtext-content ul {
	margin-top: 0;
}