/* Styles globaux du thème enfant */

:root {
    --scroler-primary: #1E9BD8;
    --scroler-secondary: #48488F;
}

body {
    text-rendering: optimizeLegibility;
}

/* Évite certains débordements Elementor fréquents */
html,
body {
    overflow-x: hidden;
}
