/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Description: Thème enfant Hello Elementor — Valentine Poulain.
Version: 1.0.0
*/

/* ===== Fix mode sombre macOS (Safari / Chrome auto-dark) ===== */
/* Force rendu clair : empêche le navigateur d'assombrir le canvas
   quand aucun color-scheme n'est déclaré et que le body n'a pas de fond. */
:root {
    color-scheme: light;
}

html,
body {
    background-color: #ffffff;
}
