/* ESC Laboratoire — styles du thème.
   Point de départ de l'intégration : design tokens puis composants. */

:root {
    --esc-color-text: #1a1a1a;
    --esc-color-bg: #ffffff;
    --esc-container-max: 1280px;
}
