/*
Theme Name:   AI AutoBlogger
Theme URI:    https://openaiautoblogger.com
Author:       EMER Marketing
Author URI:   https://openaiautoblogger.com
Description:  Storefront theme for AI AutoBlogger — the WordPress AI content generator plugin. Block-based (FSE), SEO-optimized for high-intent sales keywords, WooCommerce-ready. Designed for fast Core Web Vitals, clean typography, and conversion-focused pages.
Version:      0.1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License:      GPL-2.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ai-autoblogger
Tags:         block-theme, full-site-editing, one-column, two-columns, wide-blocks, block-styles, e-commerce, custom-colors, custom-logo, custom-menu, editor-style, featured-images, translation-ready, rtl-language-support
*/

/* Global CSS lives in theme.json for maximum FSE editability.
   This file exists only for the WP theme header + any CSS that
   cannot be expressed in theme.json.                             */

/* Smooth scroll for in-page anchors (pricing, features, FAQ) */
html { scroll-behavior: smooth; }

/* Focus ring — accessibility. Browsers default to webkit blue; we match brand. */
:where(a, button, input, textarea, select):focus-visible {
    outline: 2px solid var(--wp--preset--color--primary);
    outline-offset: 2px;
    border-radius: 4px;
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* Site logo (rendered via [aiab_logo] in parts/header.html) */
.aiab-site-logo-link { display: inline-block; line-height: 0; }
.aiab-site-logo { height: 40px; width: auto; max-width: 240px; display: block; }
.aiab-logo-wrap { line-height: 0; }
@media (max-width: 600px) {
    .aiab-site-logo { height: 32px; }
}
