        @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;500&family=Inter:wght@300;400;700&display=swap');

        body { 
            font-family: 'Inter', sans-serif; 
            background-color: #030712; 
            color: #f3f4f6; 
        }

        .code-font { 
            font-family: 'Fira Code', monospace; 
        }

        .gradient-text { 
            background: linear-gradient(90deg, #3b82f6, #60a5fa); 
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
        }

        .circuit-bg { 
            background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png'); 
            opacity: 0.05; 
            position: absolute; 
            inset: 0; 
            z-index: -1; 
        }
