/*
 * Global baseline so the html/body never flash an unwanted background
 * (e.g. macOS overscroll bounce). Per-area templates set their own bg;
 * Tabler's CSS overrides this on admin pages.
 */
html, body {
    background: #07090C;
    color: #fff;
}
