/*
Theme Name: iMove360 CRM Theme
Theme URI: https://imove360.com
Author: iMove360
Author URI: https://imove360.com
Description: Custom WordPress theme for iMove360 - The Complete CRM for Auto Transport Brokers. Fully editable through the WordPress Customizer and Dashboard, no coding or plugins required.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: imove360
*/

/* All visual styles live in /assets/css/style.css (enqueued in functions.php).
   This file only contains the required theme header above plus a tiny reset,
   per WordPress theme standards. */

*{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
body{margin:0;}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;margin:0;padding:0;}
button{font-family:inherit;cursor:pointer;}
