/**umb_name:Overskrift*/
h3{
    font-size: 24px;
    line-height: 28.8px;
    margin-top: 0;
    margin-bottom: 16px;
}
/**umb_name:Brødtekst*/
p{
    font-size: 16px;
    line-height: 20.8px;
    margin-top: 0;
    margin-bottom: 16px;
} 
/**umb_name:CTA Knap */
.button bg-primary pill{ /* This needs to be here for both classes to be applied in the frontend */
    display: inline-flex;
    background: #eee;
    color: black;
    font-weight: bold;
	border-radius: 30px;
    text-decoration: none;
    align-items: center;
    gap: 12px;
    padding: 4px 24px;
    margin-bottom: 16px;
}
/**umb_name:Heading*/
h6 {
	font-size: 19px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 16px;
}
      
      
      
/**umb_name:Main Heading*/
h2 {
	font-size: 28px;
    line-height: 33.6px;
    margin-top: 0;
    margin-bottom: 16px;
}

/**umb_name:Section Heading*/
h3 {
	font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 16px;
}

/**umb_name:Body Text*/
p {
	font-size: 16px;
    line-height: 20.8px;
    margin-top: 0;
    margin-bottom: 16px;
}