/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child
 Description:  Schlankes Child-Theme für Hello Elementor. Eigene CSS/JS & Snippets sicher pflegen.
 Author:       Mathias Böhle
 Author URI:   https://dertraumausstatter.at/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

/* Eigene CSS-Regeln hier einfügen */
:root{
  --brand-red: #990000;
  --brand-text: #111111;
}

body{ color: var(--brand-text); }

/* Beispiel: Preis größer (WooCommerce) */
.price .amount{ font-size: 1.5rem; }
