body{
    font-family:'Poppins',sans-serif;
    background:var(--black);
    color:var(--white);
    line-height:1.7;
}

h1,h2,h3,h4,h5,h6{
    font-family:'Cormorant Garamond',serif;
    font-weight:700;
    line-height:1.2;
}

h1{
    font-size:4rem;
}

h2{
    font-size:3rem;
}

h3{
    font-size:1.8rem;
}

p{
    color:var(--gray);
}

section{
    padding:100px 0;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:var(--primary-gold);
    text-transform:uppercase;
    letter-spacing:2px;
}

.section-title h2{
    margin-top:10px;
}