:root {
    --hub-bg: #f8f9fa;
}

body {
    background-color: var(--hub-bg);
}

.navbar-brand {
    font-weight: 600;
}
