/* Styles specific to the Cyber Security Course Page */
/* Following the theme structure */
.cyber-security-theme {
    /* Potential future theme variables */
    --primary-color: #e74c3c;
    /* Reddish for security/alert vibes */
    --secondary-color: #2c3e50;
}