*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Inter',sans-serif;

    background:#F7F8FC;

    color:#1E1E1E;

    min-height:100vh;

    padding-bottom:100px;

}

a{

    text-decoration:none;

    color:inherit;

}

button{

    border:none;

    outline:none;

    cursor:pointer;

    font-family:inherit;

}

img{

    display:block;

    max-width:100%;

}

h1{

    font-size:30px;

    font-weight:700;

    margin-bottom:10px;

}

h2{

    font-size:22px;

    font-weight:700;

}

h3{

    font-size:18px;

    font-weight:600;

}

p{

    color:#666;

    line-height:1.6;

}

.subtitle{

    margin-top:10px;

    margin-bottom:30px;

    font-size:15px;

    color:#777;

}

.section-title{

    margin:35px 0 20px;

}