h1 {
	font-family: "allumi-std-extended", sans-serif;
	font-weight: 600;
	font-size: var(--font-size-h1);
	line-height: calc(var(--font-size-h1) * 1.3);
}

h2 {
	font-family: "allumi-std-extended", sans-serif;
	color: #004363;
	font-weight: 600;
	font-size: var(--font-size-h2);
	margin: 0 !important;
}

h3 {
	font-size: var(--font-size-h3);
    font-style: normal;
    font-weight: 650;
    line-height: calc(var(--font-size-h3) * 1.2);
}

a {
	font-family: "allumi-std-extended", sans-serif;
	font-weight: 300;
}

.dynamic-content, .dynamic-content > * {
	font-family: "allumi-std-extended", sans-serif;
	font-weight: 300;
	font-size: var(--font-size-text);
}
