﻿@import url('https://fonts.googleapis.com/css2?family=Yesteryear&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
 
.type-yesteryear-chivo {
    font-family: 'Chivo', sans-serif;
    font-size: 1.22rem;
    line-height: 1.5;
    font-weight: 300;
}
.type-yesteryear-chivo h1, .type-yesteryear-chivo h2, .type-yesteryear-chivo h3, .type-yesteryear-chivo h4, .type-yesteryear-chivo h5, .type-yesteryear-chivo h6 {
    font-family: 'Chivo', sans-serif;
    font-weight: 400;
    line-height: 1.2;
}        

.type-yesteryear-chivo h1 {font-size: 2.8rem; margin: 1.2rem 0 1.2rem; }
.type-yesteryear-chivo h2 {font-size: 2.3rem; margin: 1rem 0 1rem; }
.type-yesteryear-chivo h3 {font-size: 1.8rem; margin: 1rem 0 1rem; }
.type-yesteryear-chivo h4 {font-size: 1.5rem; margin: 0.5rem 0 0.5rem; }
.type-yesteryear-chivo h5 {font-size: 1.3rem; margin: 0.5rem 0 0.5rem; }
.type-yesteryear-chivo h6 {font-size: 1.22rem; margin: 0.5rem 0 0.5rem; }
.type-yesteryear-chivo p {margin:0.8rem 0 0.8rem;}
/* .type-yesteryear-chivo ul, .type-yesteryear-chivo ol { margin:0 0 1rem; padding-inline-start: 20px;} */

.type-yesteryear-chivo .display { margin-bottom: 0.5rem; }
.type-yesteryear-chivo .display h1 {
    font-family: 'Yesteryear', cursive;
    font-size: 4.9rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: capitalize;
    margin: 0.4rem 0 1rem;
}
.type-yesteryear-chivo .display p {
    font-size: 1.3rem;
    letter-spacing: 5px;
    text-transform: uppercase;
}