﻿html, body {
    height: 100%;
    margin: 0;
}

body {
    background: var(--ava-app-bg);
    color: var(--ava-text);
}
