/*
Theme Name: Travel Agency CRM
Theme URI: https://example.com
Author: Custom Build
Description: Custom Travel Agency CRM built as a WordPress theme. Manages leads, branches, employees, follow-ups, quotations, bookings, payments and reports with role-based dashboards.
Version: 1.0 (Phase 1 - Core: Branches, Employees, Leads, Dashboards, Follow-ups)
Text Domain: travel-crm
*/

/* Base resets - main visual styles are in assets/css/dashboard.css and assets/css/site.css */
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	background: #f4f6f9;
	color: #1f2937;
}
a { text-decoration: none; }
* { box-sizing: border-box; }
