/*
Theme Name: Bihar T10 League
Theme URI: https://bihart10league.com/
Author: Bihar T10 League
Author URI: https://bihart10league.com/
Description: Official WordPress theme for the Bihar T10 League — a bold, cinematic single-page theme built for Powering Grassroots Cricket in Bihar. Features hero, ambassador, ISPL affiliation, league structure & playoff bracket, 8 city franchises, roadmap, venues, and contact sections.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bihar-t10-league
Tags: one-page, sports, custom-colors, custom-menu, featured-images, full-width-template, theme-options
*/

/* All visual styling lives inside the template files via Tailwind CDN + inline <style>.
   This file only holds the theme metadata (required by WordPress) and a few safe
   resets so the WP admin bar doesn't break the fixed navbar. */

html { scroll-behavior: smooth; }
body { margin: 0; }

/* Push the fixed navbar below the WP admin bar when logged-in */
body.admin-bar #nav { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar #nav { top: 46px; }
}
