/***************************************************************************
* Basics
****************************************************************************/
body {
    font-family: 'Poppins';
    font-weight: 300;
    color: #0a0a0a;
}
p { line-height: 1.8; }

/***************************************************************************
* Small Text
****************************************************************************/
.small_text {font-size: 0.875rem;}
.small_text p { line-height: 1.6;}

/***************************************************************************
* Headlines
****************************************************************************/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
    font-weight: 400; 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;
}

h1, h2, .h1, .h2 {
    color: var(--typo-primary-color)
}



/***************************************************************************
* Font Sizes
****************************************************************************/
.primary_title > *:not(p), .h1, h1 {font-size:1.75rem;}
.secondary_title > *:not(p), .h2, h2 {font-size:1.5rem;}
.h3, h3 {font-size:1.25rem;}
.h4, h4 {font-size:1.125rem;}
.h5, h5 {font-size:1.0625rem;}
.h6, h6 {font-size:1rem;}

@media screen and (min-width:40em){
    .primary_title > *:not(p), .h1, h1 {font-size:2.25rem;}
    .secondary_title > *:not(p), .h2, h2 {font-size:1.875rem;}
    .h3, h3 {font-size:1.375rem;}
    .h4, h4 {font-size:1.25rem;}
}

@media screen and (min-width:64em){
    .primary_title > *:not(p), .h1, h1 {font-size:2.75rem;}
    .secondary_title > *:not(p) ,.h2, h2 {font-size:2.125rem;}
    .h3, h3 {font-size:1.5rem;}
    .h4, h4 {font-size:1.375rem;}
}


/***************************************************************************
* Content Title
****************************************************************************/
.wrapper .content_title > * {
    margin-top: 0;
}
.content_title > p {
    margin-bottom: 0.5rem;
    font-size: 0.875rem; 
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    color: var(--typo-primary-color)
}

.gradient_bg .content_title > p {
    color: inherit;
}