@media (forced-colors: active) {
    .navbar, .card, .header-content, .footer {
        background-color: Canvas;
        color: CanvasText;
        border-color: CanvasText;
    }
    .btn-primary {
        background-color: ButtonFace;
        color: ButtonText;
        border-color: ButtonText;
    }
    .text-primary {
        color: LinkText;
    }
    .img-fluid {
        filter: none; /* Remove filters that may conflict with high-contrast mode */
    }
}
