/***************************************************************************
* Basics
****************************************************************************/
body {
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    color: var(--typo-color-text);
}
p { line-height: 1.6; }

/***************************************************************************
* Headlines
****************************************************************************/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: 700; font-style: normal; line-height: 1.2;
    color: inherit; margin-bottom: 1rem;
}

h1:not(:first-child), .h2:not(:first-child), .h3:not(:first-child), .h4:not(:first-child), .h5:not(:first-child), .h6:not(:first-child), 
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
    margin-top: 2rem;
}


/***************************************************************************
* Font Sizes
****************************************************************************/
.primary_title > *:not(p), .h1, h1 {font-size: var(--typo-font-size-h1);}
.secondary_title > *:not(p), .h2, h2 {font-size: var(--typo-font-size-h2);}
.tertiary_title > *:not(p), .h3, h3 {font-size: var(--typo-font-size-h3);}
.quaternary_title > *:not(p), .h4, h4 {font-size: var(--typo-font-size-h4);}
.h5, h5 {font-size:1.125em;}
.h6, h6 {font-size:1em;}


.content_section {
    font-size: var(--typo-font-size-default);
}


/***************************************************************************
* Content Title
****************************************************************************/
.wrapper .content_title > *:not(p) {
    margin-top: 0;
}