﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Biryani:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

body, .is-wrapper {
    font-family: 'Biryani', sans-serif;
    font-size: 1.14rem;
    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: 'Oswald', sans-serif;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}        

.is-wrapper h1 {font-size: 3.5rem;}
.is-wrapper h2 {font-size: 2.5rem;}
.is-wrapper h3 {font-size: 2.1rem;}
.is-wrapper h4 {font-size: 1.8rem;}
.is-wrapper h5 {font-size: 1.5rem;}
.is-wrapper h6 {font-size: 1.18rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
	font-family: 'Oswald', sans-serif;
    font-size: 4.4rem;
    line-height: 1.2;
    font-weight: 200;
    letter-spacing: 9px;
    text-transform: uppercase;
    margin: 0.4rem 0 1rem;
}
.display p {
    font-family: 'Tangerine', cursive;
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
}