﻿@import url('https://fonts.googleapis.com/css2?family=Julee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&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-julee-lora {
    font-family: 'Lora', serif;
    font-size: 1.12rem;
    line-height: 1.5;
    font-weight: 400;
}
.type-julee-lora h1, .type-julee-lora h2, .type-julee-lora h3, .type-julee-lora h4, .type-julee-lora h5, .type-julee-lora h6 {
    font-family: 'Lora', serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2px;
}        

.type-julee-lora h1 {font-size: 3rem; margin: 1.2rem 0 1.2rem; }
.type-julee-lora h2 {font-size: 2.4rem; margin: 1rem 0 1rem; }
.type-julee-lora h3 {font-size: 1.9rem; margin: 1rem 0 1rem; }
.type-julee-lora h4 {font-size: 1.6rem; margin: 0.5rem 0 0.5rem; }
.type-julee-lora h5 {font-size: 1.3rem; margin: 0.5rem 0 0.5rem; }
.type-julee-lora h6 {font-size: 1.12rem; margin: 0.5rem 0 0.5rem; }
.type-julee-lora p {margin:0.8rem 0 0.8rem;}
/* .type-julee-lora ul, .type-julee-lora ol { margin:0 0 1rem; padding-inline-start: 20px;} */

.type-julee-lora .display { margin-bottom: 0.5rem; }
.type-julee-lora .display h1 {
    font-family: 'Julee', cursive;
    font-size: 4.4rem;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0.4rem 0 1rem;
}
.type-julee-lora .display p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
}