
/**umb_name:Introtext*/
.introtext {
	font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	font-size: clamp(1.2rem, 1rem + 1vw, 1.6rem);
	line-height: 1.5;
	font-style: italic;
	margin-bottom: 20px;
}

/**umb_name:Overskrift h1*/
h1 {
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.25;
    font-size: clamp(1.75rem, 1.2rem + 2.2vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 20px;
}

/**umb_name:Underoverskrift h2*/
h2 {
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.3;
	font-size: clamp(1.35rem, 1.05rem + 1.2vw, 1.75rem);
	font-weight: 600;
}

/**umb_name:Brødtekst*/
p {
    font-family: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: clamp(0.94rem, 0.9rem + 0.2vw, 1rem);
	line-height: 1.65;
}

/**umb_name:Lille tekst*/
p.lille-tekst {
    font-family: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.75rem;
}
