/*
Theme Name:   Edumusik Child
Template:     astra
Author:       Edumusik
Description:  Astra child theme for edumusik.net — holds the course-landing pattern,
              Spectra (Legacy) styling overrides, fonts and theme.json presets.
Version:      1.0.0
Text Domain:  edumusik-child
*/

/* All real styling lives in theme.json presets + the enqueued edumusik-child.css.
   Keep this file to the header + the few things presets can't express. */

/* Universal themed focus ring (Astra/Spectra drop this by default) */
:where(a, button, .wp-block-button__link, .uagb-button__link):focus-visible {
  outline: 2px solid var(--wp--preset--color--accent);
  outline-offset: 2px;
}
