/*
Theme Name: Cycle Inventory Theme
Theme URI: https://ajay-maurya.workspaceevents.com/
Author: Ajay Maurya
Author URI: https://ajay-maurya.workspaceevents.com/y
Description: Dual-purpose WordPress theme: a public-facing cycle showroom and a mobile-first, frontend-only internal inventory management dashboard with multi-branch stock control, role-based permissions, automatic stock sync, and a full audit trail. Requires ACF (free) plugin.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cycle-inventory
*/

/* Base resets. Utility styling is handled by Tailwind CSS (CDN) enqueued in functions.php.
   This file intentionally stays minimal — see assets/css/custom.css for custom rules
   that Tailwind's CDN build cannot express (scrollbar, print, animations, etc). */

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
}
