/*
Theme Name: Global - FITNESS & RACQUET CENTRE
Theme URI: https://globalhouse.com
Author: Ashish Gupta
Author URI: 
Description: Custom WordPress theme for Global - FITNESS & RACQUET CENTRE
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: global-fitness-racket-centre
Tags: responsive, fitness, custom
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    line-height: 1.5;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Main Styles will be in separate files and enqueued properly */ 