/*
Theme Name:   La Cabane Bauloise
Theme URI:    https://lacabanebauloise.fr/
Description:  Hello Elementor child theme for La Cabane Bauloise.
Author:       Mixit7
Author URI:   https://mixit7.com/
Template:     hello-elementor
Version:      1.0.0
Text Domain:  lacabanebauloise
Tags:         elementor, hello-elementor, child-theme
*/

/* ---------------------------------------------------------------
   Design tokens — mirror the holding page palette
--------------------------------------------------------------- */
:root {
	--rouge:       #C23B2A;
	--rouge-hover: #D44432;
	--encre:       #1A110A;
	--creme:       #FAF6EF;
	--pale:        #9A7055;
	--blanc:       #FFFFFF;

	/* Map to Elementor global color vars */
	--e-global-color-primary:   var(--rouge);
	--e-global-color-secondary: var(--pale);
	--e-global-color-text:      var(--encre);
	--e-global-color-accent:    var(--creme);
}

/* Base */
body {
	background-color: var(--creme);
	color: var(--encre);
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
