
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@300;400;500;600&display=swap');

body{
    font-family:'Inter',sans-serif;
    color:var(--text);
    font-size:18px;
    line-height:1.75;
}

h1,h2,h3,h4,h5{
    font-family:'Cormorant Garamond',serif;
    color:#fff;
    line-height:1.1;
    margin:0 0 20px;
}

h1{
    font-size:clamp(48px,6vw,82px);
    font-weight:600;
    letter-spacing:.02em;
}

h2{
    color:var(--text);
    font-size:clamp(36px,4vw,56px);
}

p{
    color:var(--text-light);
}
