/***************************************************************************
* Basics
****************************************************************************/
body {
    font-family: 'SwissNow';
    font-weight: 300;
    color: var(--typo-color-green-three);
}
p,
.content ol,
.content ul { line-height: 1.25; }
strong { font-weight: 500;}

.content ol li,
.content ul li {margin-bottom:0.5rem;} 

.table_wrapper {overflow:auto;}

/***************************************************************************
* Headlines
****************************************************************************/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'SwissNow';
    font-weight: 300; font-style: normal; line-height: 1.2;
    color: inherit; margin-bottom: 0.75em;
}

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: 1.5em;
}


.subheadline.content_title > * {
    font-weight: 500;
}


/***************************************************************************
* Font Sizes
****************************************************************************/
.primary_title > *:not(p), .h1, h1 {font-size:2.25em; line-height: 1;}
.secondary_title > *:not(p), .h2, h2 {font-size:1.75em; line-height: 1.1;}
.tertiary_title > *:not(p), .h3, h3 {font-size:1.375em; line-height: 1.15;}
.h4, h4 {font-size:1.25em;}
.h5, h5 {font-size:1.125em;}
.h6, h6 {font-size:1em;}

.content_section {
    font-size: 1rem;
}

@media screen and (min-width:40em){
    .primary_title > *:not(p), .h1, h1 {font-size:3.25em;}
    .secondary_title > *:not(p), .h2, h2 {font-size:1.9375em;}
    .tertiary_title > *:not(p), .h3, h3 {font-size:1.5em;}
}

@media screen and (min-width:64em){
    .primary_title > *:not(p), .h1, h1 {font-size:4.25em;}
    .secondary_title > *:not(p), .h2, h2 {font-size:2.25em;}
    .tertiary_title > *:not(p), .h3, h3 {font-size:1.75em;}
}