/*
Theme Name: Flex
Theme URI: https://example.com/themes/flex
Author: Your Name
Author URI: https://example.com
Description: Flex is a modern full site editing theme that combines the structural flexibility and professional adaptability of Twenty Twenty-Four with the experimental, accessible design elements and refined block usage of Twenty Twenty-Five. It provides a clean foundation, reusable patterns, and multiple style variations for blogs, portfolios, and business sites.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flex
Tags: full-site-editing, block-patterns, style-variations, blog, portfolio, one-column, accessibility-ready
*/

/* Basic link appearance */
a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}

/* Focus outlines for accessibility */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

