/*
Theme Name: Fitness Coach Pro Theme
Theme URI: https://fitnesscoachpro.online/theme
Description: A premium, gamified, single-page theme designed to win global design competitions. Fully integrated with the Fitness Coach Pro plugin, featuring live Duolingo-style XP tracking, a custom interactive Muscle Radar widget, and an animated WebGL nerve system background.
Version: 1.0.0
Author: Waleed Almadawy & Team
Author URI: https://waleedalmadawy.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fitness-coach-pro-theme
Tags: sports, gamified, dark-mode, light-mode, translation-ready, one-column, custom-header

This theme is built for global aesthetics combining Duolingo playfulness with scientific digital glassmorphism.
*/

/* Basic Reset */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}
