/*
Theme Name: OmniTools AI
Theme URI: https://omnitools.ai/
Author: Tradenest International
Author URI: https://omnitools.ai/
Description: OmniTools AI — an intelligent multi-tool workspace theme. A production-grade, fully custom WordPress theme (no page builders) converted pixel-faithfully from the OmniTools AI application. Ships a compiled utility stylesheet, class-based dark mode, custom post types for tools/blog/FAQs/testimonials and more, an AJAX-ready tool directory, and a theme options architecture.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: omnitools
Tags: custom-post-types, dark-mode, translation-ready, custom-menu, featured-images, threaded-comments, rtl-language-support, block-styles, wide-blocks, accessibility-ready

OmniTools AI is distributed under the terms of the GNU GPL v2 or later.

The real presentational CSS is compiled (Tailwind utility layer) and lives in
assets/css/main.css, enqueued from inc/enqueue.php. This file exists to hold the
theme header and a minimal set of base rules that must load with the theme.
*/

/* Prevent a flash of un-styled scroll before the utility layer paints. */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
