/*
Theme Name: Minaz Theme
Theme URI: 
Author: Maxwell
Author URI: 
Description: A lightweight, Customizer-driven dark & gold theme built to complement the MINAZ Wallet plugin. Page content is designed to be built with Elementor -- this theme only owns the header, footer, and global styling.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minaz-theme
*/

/* Minimal reset -- the bulk of the styling lives in assets/css/theme.css,
   enqueued from functions.php. This file only needs the WP theme header
   above to be a valid theme; everything else is kept in a normal
   stylesheet so it's easier to maintain. */

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

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