/*
Theme Name: LEDevre
Theme URI: https://ledevre.example.com
Author: LEDevre GmbH
Author URI: https://ledevre.example.com
Description: Modern, responsive WordPress theme for LEDevre GmbH — LED screen / LED wall rental for trade fairs (Messe/Fuar) and events. Orange, professional, mobile-first design with a built-in DE / TR / EN language switcher that is Polylang & WPML compatible.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ledevre
Domain Path: /languages
Tags: business, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, responsive-layout, translation-ready, one-column, right-sidebar
*/

/*
 * The full visual design lives in assets/css/main.css (enqueued from functions.php).
 * This file exists to provide the required WordPress theme header block and a small
 * set of base fallbacks so the theme still renders acceptably even if the external
 * stylesheet fails to load.
 */

:root {
	--ledevre-primary: #FF6B00;
	--ledevre-primary-2: #FF7A1A;
	--ledevre-dark: #1A1A1A;
	--ledevre-light: #FFFFFF;
	--ledevre-cream: #FFF7F0;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--ledevre-dark);
	background: var(--ledevre-light);
}

a {
	color: var(--ledevre-primary);
}

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

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
	background: var(--ledevre-dark);
	color: #fff;
	padding: 12px 20px;
	border-radius: 0 0 8px 0;
}

.skip-link:focus {
	left: 0;
}
