@import url('https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&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&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins: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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



h1 {
    font-family: "Poppins";
    font-size: 150px;
    font-weight: 600;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}

@media (max-width: 980px) {
    h1 {
        font-size: 50px;
    }
}

h2 {
    font-family: "Poppins";
    margin: 0;
    font-size: 40px;
    font-weight: 300;
    padding: 0px;
}


h3 {
    font-family: "Poppins";
    font-size: 30px;
    font-weight: 200;
    margin: 0;
}

h4 {
    font-family: "Poppins";
    margin: 0;
    font-size: 25px;
    margin-bottom: 3px;
    font-weight: 300;
}

h5 {
    font-family: "Poppins";
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}


h6 {
    font-family: "Poppins";
    font-size: 17px;
    margin-top: 3px;
    font-weight: 300;
}

html, body, p, ul, li, details, summary {
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 300;
}

