/*
Theme Name: AI Voice Landing (AAVA)
Theme URI: https://aava.mk/
Author: VoIP Solutions
Author URI: https://voipsolutions.mk/
Description: Lightweight custom theme that renders the existing AAVA AI Voice Assistant landing page inside WordPress, preserving the original design, copy, layout and responsive behavior. Integrates with the "AI Voice Onboarding Workflow" plugin (CTAs lead to the Level 1 Sales Discovery form). No page builder, no paid plugin.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ai-voice-landing
Tags: custom-colors, custom-menu, translation-ready, full-width-template
*/

/*
 * The landing page's visual styling lives in assets/css/landing.css (extracted
 * from the original page) and Tailingwind utility classes generated at runtime.
 * This file only carries the required theme header plus a couple of safe
 * baseline rules so non-landing pages (e.g. the onboarding form pages) inherit
 * the same font.
 */

:root { --aivl-font: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; }

body { font-family: var(--aivl-font); }

/* Minimal, unobtrusive container for non-front pages (onboarding shortcodes, etc.) */
.aivl-page {
	max-width: 1080px;
	margin: 0 auto;
	padding: 32px 20px 64px;
}
.aivl-page__title { font-size: 28px; font-weight: 800; letter-spacing: -.01em; margin: 0 0 18px; }

/* Accessibility: visible skip link on focus */
.skip-link.screen-reader-text { position: absolute; left: -9999px; }
.skip-link.screen-reader-text:focus {
	left: 8px; top: 8px; z-index: 100000; padding: 10px 16px;
	background: #4f46e5; color: #fff; border-radius: 8px; text-decoration: none;
}
