@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

body{

    font-family:var(--font-body);

    line-height:1.6;

}

h1,
h2,
h3,
h4,
h5,
h6{

    font-family:var(--font-title);

    line-height:1.1;

}

h1{

    font-size:clamp(3rem,6vw,5.6rem);

    font-weight:800;

}

h2{

    font-size:clamp(2.2rem,5vw,4rem);

}

p{

    color:var(--gray-600);

}