/*
Theme Name: Theme Bricks
Theme URI: https://leb-communication.fr
Description: Thème parent WordPress pour les projets LEB Communication. Inclut les blocs ACF, la configuration FSE, et les fonctionnalités communes.
Author: LEB Communication
Author URI: https://leb-communication.fr
Version: 1.0.0
Text Domain: leb-theme-core
Requires at least: 6.4
Requires PHP: 8.0
License: Propriétaire
*/

/* Reset */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Annule le margin-block-start: 24px injecté par WP sur is-layout-flow.
   La règle WP utilise :where() (spécificité 0), donc un sélecteur simple suffit. */
.is-layout-flow > * {
    margin-block-start: 0;
}
