/**
 * Copyright © 2026 Andreas Borinsky. All rights reserved.
 * Author: Andreas Borinsky (einfach.andi@gmail.com)
 * Proprietary and confidential. Unauthorized copying is prohibited.
 */

/* src/shared/css/landing-styles.css */
/**
 * Style-Regeln für die Landingpage
 */

.hero {
    text-align: center;
}

.hero h1 {
    font-weight: var(--font-weight-bold);
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    color: var(--color-text-muted);
}
