/*
Theme Name: AGM Custom Theme
Theme URI: http://example.com/agm
Author: Antigravity AI
Author URI: http://example.com
Description: A custom WordPress theme converted from a Vite React project for a Courier Delivery Website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agm
*/

/* Enqueue Tailwind via CDN in functions.php, but you can add custom overrides here */
body {
    background-color: #030712; /* Fallback for tailwind dark mode */
    color: #e5e7eb;
}

