:root {
    --bg: #0f1113;
    --panel: #111315;
    --panel-2: #1a1d1e;
    --border: #333;
    --text: #ffffff;
    --muted: #cccccc;
    --link: #2b6cb0;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: var(--bg);
    color: var(--text);
}

a {
    color: inherit;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}
