/*
Theme Name: ImagemEstilo
Theme URI: https://example.com/imagemestilo-theme
Author: Your Name
Author URI: https://example.com
Description: A modern and elegant hybrid theme for style consultants, utilizing FSE features with a mobile-first focus.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: imagemestilo
Tags: full-site-editing, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, block-patterns, one-column, two-columns, accessibility-ready, responsive-layout, blog, portfolio, mobile-first

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

/*
This file can be used to add custom CSS that is not covered by theme.json
or for styles specific to older WordPress versions if full hybrid compatibility is desired.
For FSE themes, most styling is handled by theme.json and block editor styles.
*/

/* Example: Add a subtle border to images if not handled by block settings */
/*
img,
.wp-block-image img {
  border: 1px solid var(--wp--preset--color--subtle-border);
  padding: 4px;
  border-radius: 2px;
  background-color: #fff;
}
*/
