/*
Theme Name: IGE Group Editable
Theme URI: https://diamondpremiumtravels.com/
Author: Easytechpro
Description: Tema personalizado para administrar la presentación IGE Group y editar los textos del Home desde WordPress.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: ige-group
*/

:root {
	--ige-accent: #ff4d1a;
	--ige-black: #050505;
	--ige-white: #ffffff;
}

html,
body {
	margin: 0;
	min-height: 100%;
}

.ige-fallback {
	display: grid;
	min-height: 100vh;
	place-items: center;
	padding: 48px 24px;
	background: var(--ige-black);
	color: var(--ige-white);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.ige-fallback h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(48px, 9vw, 128px);
	line-height: 0.9;
}

.ige-fallback p {
	max-width: 680px;
	font-size: clamp(18px, 2vw, 28px);
	line-height: 1.4;
}

.ige-fallback a {
	color: var(--ige-accent);
}
