/*
 Theme Name:   HAE Child Theme
 Theme URI:    https://hae.com.jo
 Description:  Child theme for Hussein Atieh & Sons Co. – converts static HTML pages into proper WordPress page templates.
 Author:       Hussein Atieh & Sons Co.
 Author URI:   https://hae.com.jo
 Template:     twentytwentyfour
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hae-child
*/

/*
 * Override WordPress default body styles to prevent conflicts
 * with Tailwind CSS utility classes used throughout the templates.
 */
body {
    margin: 0 !important;
    padding: 0 !important;
}
