/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
/* — LCM : base typographique reprise de Hello Elementor (Hub met 18px) — */
body {
	font-size: 16px;
	line-height: 1.6;
}

/* — LCM : couleurs de texte et de liens comme sur lcm.numero19.ch.
   Le kit Elementor (body{color:var(--e-global-color-text)} = bordeaux) et
   Liquid (a bleus) impriment leurs styles inline APRÈS nos feuilles :
   on l'emporte à la spécificité, pas à l'ordre. — */
html body {
	color: var(--brand-dark, #111111);
}
html body a {
	color: inherit;
}
