/* Import game styles */
@import url('css/game.css');

/* Override any Bootstrap styles that conflict with our theme */
body {
    background-color: var(--background-dark) !important;
    color: var(--text-primary) !important;
}

/* Hide the navigation menu completely */
.top-row, .navbar-toggler, .nav-scrollable {
    display: none !important;
}