﻿@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.type-pathwaygothicone-merriweather {
    font-family: 'Merriweather', serif;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 300;
}
.type-pathwaygothicone-merriweather h1, .type-pathwaygothicone-merriweather h2, .type-pathwaygothicone-merriweather h3, .type-pathwaygothicone-merriweather h4, .type-pathwaygothicone-merriweather h5, .type-pathwaygothicone-merriweather h6 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: 400;
    line-height: 1.2;
}        

.type-pathwaygothicone-merriweather h1 {font-size: 3.6rem;}
.type-pathwaygothicone-merriweather h2 {font-size: 2.8rem;}
.type-pathwaygothicone-merriweather h3 {font-size: 2.2rem;}
.type-pathwaygothicone-merriweather h4 {font-size: 1.9rem;}
.type-pathwaygothicone-merriweather h5 {font-size: 1.6rem;}
.type-pathwaygothicone-merriweather h6 {font-size: 1.3rem;}

.type-pathwaygothicone-merriweather .display { margin-bottom: 0.5rem; }
.type-pathwaygothicone-merriweather .display h1 {
	font-family: 'Pathway Gothic One', sans-serif;
    font-size: 5.2rem;
    letter-spacing: 3px;
    line-height: 1.15;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0.4rem 0 1rem;
}
.type-pathwaygothicone-merriweather .display p {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}