/*!
Theme Name:     Ariade Child
Theme URI:      https://ananyoo.com/ariade-child/
Template:       ariade
Version:        1.2.11
Requires PHP:   7.4
Tested up to:   6.5

Author:         Shivaji Mitra
Author URI:     https://anblik.com/
Description:    Accessibility-first child theme of Ariade for ananyoo.com. Ships with a clean slate for palette, typography and layout overrides — every change lives here so Ariade parent updates cleanly.

License:        GPL-3.0-or-later
License URI:    https://www.gnu.org/licenses/gpl-3.0-standalone.html

Text Domain:    ariade-child
Tags:           accessibility-ready, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-site-editing, one-column, responsive-layout, rtl-language-support, sticky-post, style-variations, template-editing, threaded-comments, translation-ready, wide-blocks
*/

/* ==========================================================================
   Ariade Child — Custom Overrides
   ==========================================================================

   Guidance:
   - Add per-block CSS below (grouped by block name)
   - Prefer theme.json for palette/font/spacing overrides (see theme.json)
   - Never duplicate parent CSS here — only overrides

   Structure:
   1. Focus enforcement (WCAG 2.4.13)
   2. Site-level overrides
   3. Block-specific overrides

   ========================================================================== */

/* 1. Focus enforcement — ensure amber focus ring on every interactive element */
:root {
	--ariade-child-focus: #EAB308;
}

*:focus-visible {
	outline: 3px solid var(--ariade-child-focus);
	outline-offset: 3px;
}

/* 2. Site-level overrides */
/* (Add site-wide adjustments here) */

/* 3. Block-specific overrides */
/* (Add per-block adjustments here as we build the site) */
