/*
Theme Name: BP Track Pro
Theme URI: https://bpntrack.com/
Author: BPN-TRACK
Author URI: https://bpntrack.com/
Description: BP Track Pro — premium one-page WordPress theme for BPN-TRACK fuel monitoring & GPS tracking. Pixel-identical to the React build with full Customizer control over every text, image, URL, color and toggle. Same desktop & mobile experience, all animations rebuilt in pure CSS.
Version: 6.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bp-track-pro
Tags: one-page, business, custom-colors, custom-logo, custom-menu, theme-options, full-width-template, threaded-comments, translation-ready
*/

/* The full design system, components and animations live in
   /assets/css/main.css — enqueued through functions.php. This file
   only carries the WP theme header (required) and a tiny reset
   so themes-screen previews don't look broken. */

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body { margin: 0; font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: #1a1f2c; background: #fffdf8; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
