/****************************************************************************
 * Basics
 ****************************************************************************/
body {
    font-family: 'Montserrat',Roboto,Arial,sans-serif;
    font-weight: 400;
    color: #d4388c;
}
p { line-height: 1.2; }
.teaser_text p {
    font-size: 1rem;
    font-family: 'Cooper Md BT';
    font-weight: 500; 
}

blockquote {
    font-size: 1rem;
    line-height: 1.2;
    font-family: 'Cooper Md BT';
    font-weight: 500;
}

/****************************************************************************
 * Headlines
 ****************************************************************************/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Cooper Md BT',Roboto,Arial,sans-serif;
    font-weight: 500; font-style: normal; line-height: 1.2;
    color: inherit; margin-bottom: 1rem;
}

.h1, h1, .h2, h2 {text-transform: uppercase;}

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
 ****************************************************************************/
.h1, h1 {font-size:2.75rem;}
.h2, h2 {font-size:2.5625rem;}
.h3, h3 {font-size:1.3125rem;}
.h4, h4 {font-size:1.1875rem;}
.h5, h5 {font-size:1.0625rem;}
.h6, h6 {font-size:1rem;}

@media screen and (min-width:40em){
    .h1, h1 {font-size:4.0625rem;}
    .h2, h2 {font-size:3.25rem;}
    .h3, h3 {font-size:1.1875rem;}
    .h4, h4 {font-size:1.0625rem;}

    blockquote {font-size: 1.1875rem;}
    .teaser_text p {font-size: 1.25rem; }
}

@media screen and (min-width:64em){
    .h1, h1 {font-size:5rem;}
    .h2, h2 {font-size:4rem;}
    .h3, h3 {font-size:1.5rem;}
    .h4, h4 {font-size:1.3125rem;}

    blockquote {font-size: 1.5rem;}
    .teaser_text p {font-size: 1.5625rem; }
}