@import url('fonts.css');
@import url('login.css');

body {
    font-family: 'LatoWebRegular', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: #f4f4f4;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}