﻿@import url('https://fonts.googleapis.com/css2?family=Unica+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');

.type-unicaone-cormorantgaramond {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.31rem;
    line-height: 1.5;
    font-weight: 300;
}
.type-unicaone-cormorantgaramond h1, .type-unicaone-cormorantgaramond h2, .type-unicaone-cormorantgaramond h3, .type-unicaone-cormorantgaramond h4, .type-unicaone-cormorantgaramond h5, .type-unicaone-cormorantgaramond h6 {
    font-family: 'Unica One', cursive;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}        

.type-unicaone-cormorantgaramond h1 {font-size: 3rem; margin: 1.2rem 0 1.2rem; }
.type-unicaone-cormorantgaramond h2 {font-size: 2.5rem; margin: 1rem 0 1rem; }
.type-unicaone-cormorantgaramond h3 {font-size: 2.1rem; margin: 1rem 0 1rem; }
.type-unicaone-cormorantgaramond h4 {font-size: 1.8rem; margin: 0.5rem 0 0.5rem; }
.type-unicaone-cormorantgaramond h5 {font-size: 1.5rem; margin: 0.5rem 0 0.5rem; }
.type-unicaone-cormorantgaramond h6 {font-size: 1.35rem; margin: 0.5rem 0 0.5rem; }
.type-unicaone-cormorantgaramond p {margin:0.8rem 0 0.8rem;}
/* .type-unicaone-cormorantgaramond ul, .type-unicaone-cormorantgaramond ol { margin:0 0 1rem; padding-inline-start: 20px;} */

.type-unicaone-cormorantgaramond .display { margin-bottom: 0.5rem; }
.type-unicaone-cormorantgaramond .display h1 {
	font-family: 'Unica One', cursive;
    font-size: 4.9rem;
    letter-spacing: 3px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0.4rem 0 1rem;
}
.type-unicaone-cormorantgaramond .display p {
    font-family: 'Marck Script', cursive;
    font-size: 1.9rem;
    letter-spacing: 2px;
    font-weight: 400;
}