@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body, .is-wrapper {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.15rem;
    line-height: 1.5;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6, 
.is-wrapper h1, .is-wrapper h2, .is-wrapper h3, .is-wrapper h4, .is-wrapper h5, .is-wrapper h6 {
    font-family: 'Tangerine', cursive;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
}        

.is-wrapper h1 {font-size: 4.2rem;}
.is-wrapper h2 {font-size: 3.5rem;}
.is-wrapper h3 {font-size: 2.9rem;}
.is-wrapper h4 {font-size: 2.5rem;}
.is-wrapper h5 {font-size: 2.08rem;}
.is-wrapper h6 {font-size: 1.7rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
	font-family: 'Tangerine', cursive;
    font-size: 6.2rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: capitalize;
    margin: 0.4rem 0 1rem;
}
.display p {
    font-size: 1.32rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}