/* Cache busting için versiyon ekle: custom.css?v=2 */
body {
    background-color: #f0f3f5 !important;
    color: #2c3e50 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

a {
    color: #3498db !important;
    text-decoration: none !important;
}

a:hover {
    color: #e74c3c !important;
    text-decoration: underline !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3e50 !important;
    font-weight: 700 !important;
}

.archive__item-title a {
    color: #2980b9 !important;
}

.archive__item-title a:hover {
    color: #e74c3c !important;
}

.author__name {
    color: #2c3e50 !important;
    font-weight: 700 !important;
}

.page__footer {
    background-color: #2c3e50 !important;
    color: #ecf0f1 !important;
    margin-top: 3em !important;
}

.page__footer a {
    color: #3498db !important;
}

.page__footer a:hover {
    color: #e74c3c !important;
}

.masthead {
    background-color: #ffffff !important;
    border-bottom: 2px solid #2c3e50 !important;
}

.greedy-nav a {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.greedy-nav a:hover {
    color: #e74c3c !important;
}

.search__toggle {
    color: #e74c3c !important;
}