body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero-bg {
    background: url(/images/home-bg.png) center/cover no-repeat;
}

.login-bg {
    background: url(/images/login-bg.png) center/cover no-repeat;
}

.text-white {
    color: var(--mud-palette-white);
}