@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
body{
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Helvetica, Arial, sans-serif;

    line-height:1.6;
}

h1{

    font-size:60px;
    font-weight:800;

}

h2{

    font-size:40px;
    font-weight:700;

}

h3{

    font-size:28px;

}