/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Alexandria sur tout le storefront : variables WoodMart (définitions typographie). */
:root {
	--wd-text-font: "Alexandria", sans-serif;
	--wd-title-font: "Alexandria", sans-serif;
	--wd-entities-title-font: "Alexandria", sans-serif;
	--wd-alternative-font: "Alexandria", sans-serif;
	--wd-widget-title-font: "Alexandria", sans-serif;
	--wd-header-el-font: "Alexandria", sans-serif;
}

body {
	font-family: "Alexandria", sans-serif;
}

/* Elementor force souvent une autre police (ex. Cairo) sur les widgets. */
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor,
.elementor-widget-text-editor .elementor-drop-cap,
.elementor-tab-title,
.elementor-accordion-title,
.elementor-button .elementor-button-content-wrapper,
.elementor-nav-menu__align-center a {
	font-family: "Alexandria", sans-serif !important;
}
