/*
Theme Name: MagNewhart Elementor Child
Theme URI: https://magnewhart.org/
Description: Minimal child theme for Hello Elementor. Presentation is intentionally managed in Elementor Site Settings and templates to reduce theme lock-in.
Author: Site owner
Template: hello-elementor
Version: 1.0.0
Text Domain: magnewhart-child
*/

/*
Keep this file intentionally small.
Use Elementor Global Colors, Global Fonts, Containers, and Theme Builder for design.
Only durable, site-wide CSS fixes belong here.
*/

:root {
  --mgn-focus: #0b5139;
}

:focus-visible {
  outline: 3px solid var(--mgn-focus);
  outline-offset: 3px;
}

/* Better keyboard focus for common Elementor controls. */
.elementor a:focus-visible,
.elementor button:focus-visible,
.elementor input:focus-visible,
.elementor textarea:focus-visible,
.elementor select:focus-visible {
  outline: 3px solid var(--mgn-focus);
  outline-offset: 3px;
}
