/* Primary color (LinkedIn Blue) */
:root {
    --primary: #0A66C2;
}

/* Header background */
header {
    background: #0A66C2;
    color: white;
}

/* Buttons */
button, .btn-primary {
    background: #0A66C2 !important;
    border-color: #0A66C2 !important;
}

/* Footer */
footer {
    background: #0A66C2;
    color: white;
}

/* Article titles */
.article-title {
    color: #0A66C2;
}
