
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&family=Oswald:wght@600&display=swap');
        
        .titan-bg {
            background: linear-gradient(to bottom right, #111827, #1e293b);
        }
        .heavy-font {
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }
        .stat-box {
            background: #ffffff;
            border-left: 4px solid #ef4444;
            box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
        }
        .highlight-red {
            color: #ef4444;
        }
    