/*
  Generic Reset - Absolute Neutralization
*/
html, body {
    margin: 0; padding: 0;
    height: 100% !important;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.nowrap { white-space: nowrap; }

.wrap {
    position: relative;
    padding: 20px 15px 40px 0;
}
