/*
Theme Name: Aiverox Avenue
Theme URI: https://aiverox.com/
Author: Aiverox
Author URI: https://aiverox.com/
Description: A clean, editorial block theme built for readable content, flexible site editing, and resilient responsive layouts.
Version: 0.1.0
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aiverox-avenue
Tags: block-patterns, full-site-editing, wide-blocks, accessibility-ready, blog
*/

:root {
    --aiverox-avenue-focus: #2563eb;
}

html {
    scroll-behavior: smooth;
}

body {
    text-wrap: pretty;
}

:where(a, button, input, textarea, select, [tabindex]):focus-visible {
    outline: 3px solid var(--aiverox-avenue-focus);
    outline-offset: 3px;
}

.wp-site-blocks {
    min-height: 100vh;
}

.wp-block-post-featured-image img,
.wp-block-image img {
    height: auto;
}

.wp-block-navigation__responsive-container.is-menu-open {
    padding: clamp(1.5rem, 4vw, 3rem);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
