/*
Theme Name: Aurea
Theme URI:
Author: Umbradev
Author URI: https://umbradev.es/
Description: Ultra lightweight starter theme designed exclusively for Elementor.
Version: 1.0.2
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;
}
.aurea-menu a: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;
}

p {
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 1em;
	margin: 1em 0;
}

input,
textarea,
button {
	font-family: inherit;
	padding: 8px;
}