/*
Theme Name: MobiPro Theme
Theme URI: https://example.com/mobipro-theme
Author: Antigravity
Author URI: https://example.com
Description: A custom React-based theme for MobiPro Repairs.
Version: 1.0.0
License: ISC
Text Domain: mobipro-theme
*/

/* 
 * This theme relies on Tailwind CSS loaded via CDN. 
 * No additional CSS is needed here typically, but we reset margin/padding just in case.
 */
body {
    margin: 0;
    padding: 0;
}