*{
    box-sizing:border-box
}
html{
    scroll-behavior:smooth
}
body{
    margin:0;
    background:#fff;
    color:var(--ink);
    font-family:Nunito,Arial,sans-serif;
    line-height:1.5
}
body.menu-open{
    overflow:hidden
}
img{
    max-width:100%;
    display:block
}
a{
    text-decoration:none;
    color:inherit
}
