/* 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: #0d3b66;
    --hero-button-text-color: #ffffff;
    --hero-button-hover-bg-color: #0a2f51;
}
