body {
            font-family: 'Montserrat', sans-serif;
            background-color: #09090b;
            color: #f4f4f5;
        }

        h1,
        h2,
        h3,
        h4,
        .title-font {
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
        }

        .energy-glow {
            text-shadow: 0 0 15px rgba(245, 158, 11, 0.7), 0 0 30px rgba(245, 158, 11, 0.4);
        }

        .energy-border {
            box-shadow: 0 0 20px rgba(245, 158, 11, 0.3);
            border: 1px solid #f59e0b;
        }

        .silhouette-card {
            background: #000;
            border: 1px solid #27272a;
        }

        .static-center {
            transform: none !important;
            transition: none !important;
            animation: none !important;
        }

        .industrial-bg {
            background-image:
                radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
            background-size: 20px 20px, 100px 100px;
        }