/*
Theme Name: Edged
Theme URI: https://example.com/edged
Author: Custom Build
Author URI: https://example.com
Description: Edged is a clean, corporate WordPress theme built for full Elementor Free compatibility. It ships with a solid white header, a Betheme-style admin options panel, and automatic demo content seeding (Home, About Us, Services, Portfolio, Events, Contact) so you can start editing in Elementor immediately.
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: edged
Tags: custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, right-sidebar, footer-widgets

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* Base resets are enqueued via assets/css/main.css. This file only exists to satisfy
   the WordPress theme header requirement and provide minimal fallback styles. */

* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

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

a {
	text-decoration: none;
}
