/*
Theme Name: Muveflow
Theme URI: https://muveflow.com
Author: Muveflow
Author URI: https://muveflow.com
Description: Official WordPress theme for Muveflow — the all-in-one dashboard for moving companies (bookings, dispatch, invoices, payments, and customer portal). Blue & white brand theme with smooth scroll animations, fully-registered menus and widget areas, and safe fallback templates so every new page always renders correctly.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: muveflow
Tags: blue, white, one-page, custom-menu, custom-colors, footer-widgets, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

/* ==========================================================================
   Base reset. Full styling lives in assets/css/main.css (enqueued in
   functions.php). Keeping this file light per WordPress best practice —
   this header block is what WP reads to identify the theme.
   ========================================================================== */

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}
