/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* ==========================================================================
   CTE Lift — règles globales
   ========================================================================== */

/* Rognage typographique identique à la maquette Figma (leading trim cap → ligne de base).
   Spécificité nulle (:where) : un élément peut revenir au comportement normal avec
   « text-box: normal » dans ses propres styles. */
:where(.brxe-heading, .brxe-text-basic, .brxe-post-title) {
	text-box: trim-both cap alphabetic;
}
