/*
Theme Name:  GOLF – Global Oncology Leadership Forum
Theme URI:   https://oncogolf.com
Author:      Growman Research & Consulting Pvt Ltd
Author URI:  https://grgonline.com
Description: Official WordPress theme for the GOLF Intelligence Platform. A React-powered single-page application delivering oncology KOL intelligence to global pharmaceutical, biotech, and financial subscribers.
Version:     1.0.0
License:     Proprietary
License URI: https://oncogolf.com/legal
Text Domain: golf-theme
Tags:        one-page, custom-menu, full-width-template
*/

/* Theme base — actual styling is handled by the React app in assets/js/golf-app.js */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #FAF8F5; }
#root { min-height: 100vh; }

/* Hide WordPress admin bar from pushing layout down */
html { margin-top: 0 !important; }
#wpadminbar { display: none !important; }
