/*
Theme Name: BHM Performance Theme
Theme URI: https://bhawkmedia.com
Author: BHM Team
Description: Custom High-Performance Gaming Theme with AJAX Contact Form.
Version: 1.0
License: GNU General Public License v2 or later
*/

/* אנחנו משתמשים ב-Tailwind, אז הקובץ הזה נשאר בעיקר להגדרות */
/* --- תיקון צבע אדום לתפריט --- */
nav ul li a:hover,
.menu-item a:hover {
    color: #ff0000 !important;
    transition: color 0.3s ease;
}