*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Inter,sans-serif;
    background:#f8fafc;
    color:#1f2937;
    overflow-x:hidden;
}

a{
    text-decoration:none;
    color:inherit;
}

img{
    max-width:100%;
    display:block;
}

ul{
    list-style:none;
}

button,
input{
    border:none;
    outline:none;
    font:inherit;
}

.container{
    width:min(1280px,94%);
    margin:auto;
}