/*
Theme Name: Usefooma One
Theme URI: https://usefooma.com/theme
Author: faav11_
Author URI: 
Description: A modern, flexible and customizable WordPress theme. Configure branding, header, homepage sections, footer, blog and legal pages from the Usefooma One admin panel — no code editing required.
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: usefooma-one
Tags: custom-colors, custom-logo, custom-menu, featured-images, full-width-template, translation-ready, blog, e-commerce

This is the base stylesheet. Presentational rules live in assets/css/style.css
and are loaded via wp_enqueue_style(); this file exists to satisfy WordPress's
required theme stylesheet header and provide minimal fallback resets.
*/

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

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

a {
	color: inherit;
}
