/*
Theme Name: Aurea
Theme URI:
Author: Umbradev
Author URI: https://umbradev.es/
Description: Ultra lightweight starter theme designed exclusively for Elementor.
Version: 1.0.1
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: aurea
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, featured-images, translation-ready
Copyright: © 2026 Umbradev
*/

/* Aurea intentionally keeps styling minimal.
   Elementor is responsible for layout and visual design. */

/* Base styles for accessibility and layout */

body {
	margin: 0;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:focus,
button:focus,
input:focus {
	outline: 2px solid #000;
	outline-offset: 2px;
}

img {
	max-width: 100%;
	height: auto;
}   

/* Skip link */

.skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
}

.skip-link:focus {
	left: 10px;
	top: 10px;
	background: #000;
	color: #fff;
	padding: 10px;
	z-index: 1000;
}