/*
Theme Name: Lumyra Lab
Theme URI: https://lumyralab.com/
Description: Child theme for Lumyra Lab. Carries the design system, the Elementor
             Site Settings, the header and footer theme parts, and the homepage
             template. Built on Hello Elementor so Elementor Pro owns the layout.
Author: Lumyra Lab
Template: hello-elementor
Version: 1.26.44
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: lumyra-lab
*/

/*
 * Presentation lives in assets/css/lumyra.css, which is enqueued after the
 * parent stylesheet. This file exists for the theme header and for the handful
 * of rules that have to win against the parent's own base styles.
 */

/* Skip link and focus ring, design system section 08. Never remove for looks. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid #c99a4a;
	outline-offset: 3px;
}

/* Hello Elementor caps the content column. The homepage bands run full bleed. */
.site-main,
main#content,
.page-content {
	max-width: none;
	padding: 0;
}
