body{

    font-family:Inter,system-ui,sans-serif;

    color:var(--text);

    background:var(--background);

    line-height:1.7;

}

h1,h2,h3,h4,h5,h6{

    font-weight:700;

    line-height:1.2;

}

h1{

    font-size:48px;

}

h2{

    font-size:36px;

}

h3{

    font-size:28px;

}