/*
Theme Name:   Barthel & Haas
Theme URI:    https://barthel-haas.de/
Description:  Use this child theme to extend Bricks.
Author:       Barthel & Haas
Author URI:   https://barthel-haas.de/
Template:     bricks
Version:      1.1
Text Domain:  bricks
*/

:root {
	--icon-size: 1.5em;
	--icon-color: var(--action);
	--icon-color-hover: var(--action-hover);	
}

strong, b {
	font-variation-settings: "wght" 800;
	color: var(--text-dark);	
}

[data-color="dark"] h1,
[data-color="dark"] h2,
[data-color="dark"] h3,
[data-color="dark"] h4,
[data-color="dark"] h5,
[data-color="dark"] h6 {
	color: var(--text-light);
}

[data-color="dark"] p {
	color: var(--text-light-muted);
}

[class*="btn--"]:where(:not(.btn--none)) {
	font-variation-settings: "wght" 500;
}

