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

body, .is-wrapper {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.13rem;
    line-height: 1.5;
    font-weight: 200;
}
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: 'Source Code Pro', monospace;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 1px;
}        

.is-wrapper h1 {font-size: 3.3rem;}
.is-wrapper h2 {font-size: 2.8rem;}
.is-wrapper h3 {font-size: 2.4rem;}
.is-wrapper h4 {font-size: 2rem;}
.is-wrapper h5 {font-size: 1.7rem;}
.is-wrapper h6 {font-size: 1.4rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
	font-family: 'Source Code Pro', monospace;
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: capitalize;
    margin: 0.4rem 0 1rem;
}
.display p {
    font-size: 1.48rem;
    letter-spacing: 2px;
}