﻿@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pridi:wght@200;300;400;500;600;700&display=swap');
 
body, .is-wrapper {
    font-family: 'Pridi', serif;
    font-size: 1.16rem;
    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-weight: 200;
    line-height: 1.2;
    letter-spacing: 1px; 
}        

.is-wrapper h1 {font-size: 3.2rem;line-height: 1.17;}
.is-wrapper h2 {font-size: 2.6rem;line-height: 1.17;}
.is-wrapper h3 {font-size: 2rem;}
.is-wrapper h4 {font-size: 1.7rem;}
.is-wrapper h5 {font-size: 1.4rem;}
.is-wrapper h6 {font-size: 1.16rem;font-weight: 400;}

.is-wrapper .display { margin-bottom: 0.5rem; }
.is-wrapper .display h1 {
	font-family: 'Poiret One', cursive;
    font-size: 5.2rem;
    letter-spacing: 4px;
    line-height: 1.15;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0.2rem 0 1rem;
}
.is-wrapper .display p {
    font-size: 1.4rem;
    letter-spacing: 5px;
    text-transform: uppercase;
}