/*
Theme Name: Aurea
Theme URI:
Author: Umbradev
Author URI: https://umbradev.es/
Description: Ultra lightweight starter theme designed exclusively for Elementor.
Version: 1.0.3
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.0
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
*/

/* Base styles */

body {
	margin: 0;
	line-height: 1.6;
}

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

/* Links */

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Accessibility */

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

/* Screen reader text */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	clip: auto !important;
	clip-path: none;
	color: #000;
	display: block;
	height: auto;
	left: 5px;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* 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;
}

/* Typography */

p {
	margin-top: 0;
	margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.3;
}

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

/* Forms */

input,
textarea,
button,
select {
	font: inherit;
	max-width: 100%;
	padding: 8px;
	box-sizing: border-box;
}