/*
Theme Name: IRVISIT
Theme URI: https://irvisit.com
Author: IranDesigner.com
Author URI: https://irandesigner.com
Description: A polished multilingual WordPress travel theme for IRVISIT.com, designed by IranDesigner.com for Iran tours, editorial travel content, booking enquiries and legal pages.
Version: 1.2.8
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: irvisit
Tags: travel, tourism, multilingual, custom-colors, custom-menu, featured-images, translation-ready, block-styles, rtl-language-support
*/

/*
 * The full design system & component styles live in:
 *   assets/css/main.css        (design tokens, layout, components)
 *   assets/css/animations.css  (keyframes & scroll motion)
 *
 * This file carries the required WordPress theme header, designer credit,
 * and a couple of safety fallbacks so the theme degrades gracefully
 * if the enqueued stylesheets ever fail to load.
 */

:root { --iv-fallback-ink: #14110f; }
body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: var(--iv-fallback-ink); }
.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; padding: 0; overflow: hidden;
	position: absolute !important; word-wrap: normal !important;
}
