body {
            font-family: 'Poppins', sans-serif;
            background-color: #121212;
            color: #FFFFFF;
        }
        .heading {
            font-family: 'Montserrat', sans-serif;
        }
        .bg-dominion-black {
            background-color: #121212;
        }
        .bg-anointed-gold {
            background-color: #FFD700;
        }
        .text-anointed-gold {
            color: #FFD700;
        }
        .border-anointed-gold {
            border-color: #FFD700;
        }
        .bg-faith-grey {
            background-color: #B0B0B0;
        }
        .radio-waves {
            position: relative;
            overflow: hidden;
        }
        .radio-waves::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23FFD700" fill-opacity="0.2" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-size: cover;
            background-repeat: no-repeat;
        }
        .gradient-overlay {
            background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
        }
        .program-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(255, 215, 0, 0.2);
        }
        .listen-btn:hover {
            box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
        }
        .nav-link:hover {
            color: #FFD700;
        }