/*!
Theme Name:        Ariade Child
Theme URI:         https://anblik.com/ariade/
Template:          ariade
Version:           1.0.0
Requires at least: 6.4
Requires PHP:      7.4
Tested up to:      6.5

Author:            Shivaji Mitra
Author URI:        https://anblik.com/
Description:       Blank starter child theme for the Ariade parent theme. Install and activate this before you customise your site, so your changes — custom CSS, theme.json tokens, and template edits — live safely inside the child and are never overwritten when Ariade is updated. It is empty by design: a fresh install looks exactly like Ariade until you add your own touches.

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 — your custom overrides live here
   ==========================================================================

   This child theme starts empty on purpose. It inherits everything from the
   Ariade parent (colours, fonts, templates, patterns, style variations), and
   gives you a safe place to make changes that survive parent updates.

   How to use this file:
   - Add your site-wide CSS below, grouped by block or section.
   - Prefer theme.json for palette / font / spacing changes (see theme.json).
   - Do NOT copy parent CSS here — only add what you want to change.

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

/* 1. Focus enforcement — a clear, high-contrast focus ring on every
      interactive element (WCAG 2.4.7 / 2.4.13). Edit or remove to taste. */
:root {
	--ariade-child-focus: #EAB308;
}

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

/* 2. Your site-wide overrides */
/* (add here) */

/* 3. Your block-specific overrides */
/* (add here, grouped by block, e.g. .wp-block-button, .wp-block-heading …) */
