/* Fond général */
body {
    background-color: #000 !important;
    color: #D8D8D8 !important;
}

/* Liens en jaune ocre coucher de soleil */
a {
    color: #FFA500 !important;
}

/* Cartes / blocs / posts — gris sombre légèrement éclairci */
.post,
.entry,
.post-item,
.post-container,
.post-content,
.h-entry,
.article,
.card,
.section,
.content,
.wrapper,
.container,
.main,
.page,
.page-content,
.microblog_post,
.microblog_post_content {
    background-color: #181818 !important;
    color: #D8D8D8 !important;
}
