/*
Theme Name:   Ahmed Abuelizz
Theme URI:    https://ahmedabuelizz.com/
Author:       Ahmed Abuelizz
Author URI:   https://ahmedabuelizz.com/
Description:  A dark & gold, bento-grid personal portfolio theme for Ahmed Abuelizz — Strategic Marketing & Business Development Consultant. Structure and interactions modeled on the GridX portfolio theme, built to be edited with Elementor. Requires the companion "Ahmed Portfolio Elements" plugin for the custom widgets and Projects post type.
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ahmed-abuelizz
Tags:         portfolio, consultant, dark, one-page, elementor

This is a child-free, standalone theme. All visual design lives in
assets/css/ahmed-style.css (enqueued from functions.php) so this file
only needs to carry the required WordPress theme header above, plus a
minimal reset for elements outside the main content area.
*/

html {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}
body {
	margin: 0;
}
