/*
Theme Name: ToolNova
Theme URI: https://toolnova.app
Author: ToolNova
Author URI: https://toolnova.app
Description: A clean, production-quality custom theme for ToolNova — free, private, browser-based tools for images, PDFs, text, and more. Built on the ToolNova Design System, with no page builder dependency.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
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: toolnova
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, responsive-layout, accessibility-ready
*/

/* All real styling is enqueued separately from /assets (tokens, base,
   animations, components, site.css) via functions.php — this file
   exists to satisfy the required WordPress theme header above, plus a
   handful of block-editor-compatibility rules WordPress core expects
   every theme to at least acknowledge. */

.alignwide { max-width: 1100px; margin-inline: auto; }
.alignfull { max-width: none; width: 100%; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
  width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important; clip-path: none; color: #21759b; display: block;
  font-size: 14px; font-weight: 700; height: auto; left: 5px; line-height: normal;
  padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;
}
