@import url(https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap);
   
:root {
            /* Hintergrundfarben */
            --bg1: #0a0f0a;
            --bg2: #141914;
            --bg3: #1f251f;
            
            /* Akzentfarben */
            --accent1: #4a7a4a;
            --accent2: #6a9a6a;
            --accent3: #2d4a2d;
            
            /* Textfarben */
            --text1: #d8e8d8;
            --text2: #98b598;
            --text3: #6a8a6a;
            
            /* Spezial */
            --danger: #8a4a4a;
            --warning: #8a8a4a;
            --glow: rgba(74, 122, 74, 0.4);
            --glow-red: rgba(138, 74, 74, 0.3);
            
            /* Hintergrundbild - Hier anpassbar je nach Style */
            --bg-image: url(https://images.unsplash.com/photo-1518709268805-4e9042af9f23?w=1920&h=1080&fit=crop);
        }