/* ========== BASE ========== */
* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    font-family: "Lato", sans-serif;
    background: #0f1113;
    color: #fff;
}

.hidden {
    display: none !important;
}