/*
Theme Name: Amouria
Theme URI: https://amouria.eu
Author: 2QST Development
Author URI: https://2qst.dev
Description: Custom Child Theme für Amouria Blumengeschäft in Klagenfurt – WooCommerce & Germanized ready. Basiert auf Hello Elementor.
Template: hello-elementor
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amouria
Tags: elementor, woocommerce, flower-shop, one-column, custom-colors, custom-logo
*/

/* ==========================================================================
   CSS Custom Properties (Fallback – Elementor Global Colors haben Vorrang)
   ========================================================================== */

:root {
    /* Farben */
    --color-primary: #d4a0a0;
    --color-primary-dark: #b87878;
    --color-primary-light: #f2d5d5;
    --color-dark: #2d2d2d;
    --color-text: #333333;
    --color-text-light: #666666;
    --color-light: #faf6f4;
    --color-accent-pink: #f2d5d5;
    --color-accent-peach: #f9dcb6;
    --color-accent-green: #d4e8d9;
    --color-white: #ffffff;

    /* Typografie */
    --font-heading: 'Crimson Pro', serif;
    --font-body: 'Outfit', sans-serif;

    /* Layout */
    --border-radius: 15px;
    --border-radius-sm: 8px;
    --transition: all 0.3s ease;
}
