*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    background:#f5f7fb;
    color:#111827;
}

a{
    text-decoration:none;
    color:inherit;
}

button,
input{
    font-family:inherit;
}