/* =========================================================
   ROADMAP
   ========================================================= */

/* Main page */
body,
.page-content,
.main-content,
.main-content-inner {
    background: #121212 !important;
}

/* Main content area */
.page-content {
    color: var(--mantis-text) !important;
}

/* Roadmap message */
.page-content p,
.page-content div,
.page-content span {
    color: var(--mantis-text) !important;
}

/* Empty area below roadmap */
.page-content,
.main-content,
.main-container {
    min-height: calc(100vh - 180px);
    background: #121212 !important;
}

/* Footer */
.footer,
.footer-content,
.footer-content span,
.footer-content div {
    background: #121212 !important;
    color: var(--mantis-text-secondary) !important;
    border-top: 1px solid var(--mantis-border) !important;
}

/* Footer links */
.footer a,
.footer-content a {
    color: #5daeff !important;
}

.footer a:hover,
.footer-content a:hover {
    color: #8ec8ff !important;
}
