﻿@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=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 
.type-oswald-cousine {
    font-family: 'Cousine', monospace;
    font-size: 1.06rem;
    line-height: 1.5;
    font-weight: 400;
}
.type-oswald-cousine h1, .type-oswald-cousine h2, .type-oswald-cousine h3, .type-oswald-cousine h4, .type-oswald-cousine h5, .type-oswald-cousine h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 7px;
}        

.type-oswald-cousine h1 {font-size: 3rem; margin: 1.2rem 0 1.2rem; }
.type-oswald-cousine h2 {font-size: 2.4rem; margin: 1rem 0 1rem; }
.type-oswald-cousine h3 {font-size: 2rem; margin: 1rem 0 1rem; }
.type-oswald-cousine h4 {font-size: 1.7rem; margin: 0.5rem 0 0.5rem; }
.type-oswald-cousine h5 {font-size: 1.25rem; margin: 0.5rem 0 0.5rem; }
.type-oswald-cousine h6 {font-size: 1.06rem; margin: 0.5rem 0 0.5rem; }
.type-oswald-cousine p {margin:0.8rem 0 0.8rem;}
/* .type-oswald-cousine ul, .type-oswald-cousine ol { margin:0 0 1rem; padding-inline-start: 20px;} */

.type-oswald-cousine .display { margin-bottom: 0.5rem; }
.type-oswald-cousine .display h1 {
	font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    letter-spacing: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0.4rem 0 1rem;
}
.type-oswald-cousine .display p {
    font-family: 'Cousine', monospace;
    font-size: 1.2rem;
    letter-spacing: 1px;
}