/* Hero Section dynamische CSS-Variablen - automatisch generiert */
:root {
    --hero-title-color: #ffffff;
    --hero-title-font-size: 2.5rem;
    --hero-subtitle-color: #ffffff;
    --hero-subtitle-font-size: 1.25rem;
    --hero-button-bg-color: #556b2f;
    --hero-button-text-color: #ffffff;
    --hero-button-hover-bg-color: #445525;
}
