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


body{
    font-family:'Onest', Helvetica, Arial, Lucida, sans-serif;
    background:#fff;
    line-height: 1.7em;
    font-weight: 500;
    background: #FFFFFF;
}

