/*
Theme Name: WebFort
Theme URI: https://webfort.co.uk
Author: WebFort Ltd
Author URI: https://webfort.co.uk
Description: A dark, modern WordPress theme matching the WebFort design system. Features glass morphism effects, animated gradients, and the signature lime accent color.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 8.0
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: webfort
Tags: blog, custom-colors, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, wide-blocks, one-column
*/

/* Base link styles */
a {
    text-decoration-thickness: 1px !important;
    text-underline-offset: 0.15em;
}

/* Focus styles matching WebFort */
:where(.wp-site-blocks *:focus) {
    outline-width: 2px;
    outline-style: solid;
    outline-color: #c8ff00;
    outline-offset: 2px;
}

/* Text wrapping */
h1, h2, h3, h4, h5, h6, blockquote, p {
    text-wrap: pretty;
}

/* Selection styling */
::selection {
    background: rgba(200, 255, 0, 0.3);
    color: white;
}
