/* ROSE FROID ÉLECTRIQUE GLACIAL */
:root {
    --rose-froid: #FF6BBA ;      /* écriture */
    --noir-absolu: #000000;     /* fond général */
    --gris-sombre: #181818;     /* blocs */
}

/* FOND GÉNÉRAL */
body {
    background-color: var(--noir-absolu) !important;
    color: var(--rose-froid) !important;
}

/* LIENS (même rose froid) */
a {
    color: var(--rose-froid) !important;
}

/* TITRES */
h1, h2, h3, h4, h5, h6 {
    color: var(--rose-froid) !important;
}

/* ZONES DE POSTS / CARTES */
.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: var(--gris-sombre) !important;
    color: var(--rose-froid) !important;
}

/* NAVIGATION / HEADER / FOOTER */
header, nav, footer {
    background-color: var(--noir-absolu) !important;
    color: var(--rose-froid) !important;
}
