/* Root Variables */
:root {
    --primary: #8A2BE2;
}

/* Body Styles */
body {
    font-family: "Space Mono", monospace !important;
    background: #1E1E2F !important;
    color: #ffffff !important;
}

/* Form Styles */
.form-control-label {
    color: #ffffff !important;
}

.text-muted {
    color: #B4B7E5 !important;
}

/* Navbar Styles */
.navbar-nav {
    font-weight: bold;
    color: var(--primary) !important;
}

.navbar-nav .nav-link.active {
    background-color: var(--primary) !important;
    border-radius: 2rem;
    color: #ffffff !important;
}

/* Card Styles */
.card {
    background-color: #9B59B6 !important;
    box-shadow: rgba(138, 43, 226, 0.2) 0px 10px 20px !important;
}