/* Blog Central Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.58;
    color: #242424;
    background: #ffffff;
    margin: 0;
    padding: 0;
}

/* Link Styles - Custom styling for all links */
a {
    color: #242424;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s;
}

a:hover {
    opacity: 0.7;
}

/* Specific overrides for certain link types */
.social-icon {
    color: #999;
    font-weight: normal;
}

.social-icon:hover {
    color: #242424;
}

.footer a {
    color: #aaaaaa;
    font-weight: normal;
}

.footer a:hover {
    opacity: 1;
    text-decoration: underline;
}

.nav-link {
    color: #666;
    font-weight: normal;
}

.nav-link:hover {
    color: #242424;
}

.sources-list a {
    color: #444444;
    font-weight: normal;
}

.sources-list a:hover {
    background: #eeeeee;
}
