/*
Theme Name: TNT Web Solutions
Theme URI: https://tnt012.com
Author: TNT Team
Author URI: https://tnt012.com
Description: Professional WordPress theme for TNT Web Solutions, optimized for Elementor
Version: 1.0.0
Text Domain: tnt
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Basic reset and global styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Add your global styles here */