/*
 Theme Name:   Elis
 Theme URI:    https://gitlab.wespe.pro/wespe1/wespepro/elis
 Description:  Дочерняя тема для «Прицепы Элис». Родительская тема: Astra.
 Author:       WESPE
 Author URI:   https://wespe.pro
 Template:     astra
 Version:      1.0.0
 License:      GPL v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  elis
*/

/* Кастомизации темы — подключаются после стилей Astra */

/* Блок приветствия на главной */
.front-page .welcome-block {
	text-align: center;
	max-width: 520px;
	margin: 2rem auto;
	padding: 1rem;
}
.front-page .welcome-title {
	font-size: clamp(1.75rem, 5vw, 2.5rem);
	font-weight: 700;
	margin-bottom: 0.5rem;
	letter-spacing: 0.02em;
}
.front-page .welcome-brand {
	color: #e94560;
	font-weight: 700;
	font-size: 1.25rem;
}
.front-page .welcome-divider {
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, transparent, #e94560, transparent);
	margin: 1.25rem auto;
	border-radius: 2px;
}
.front-page .welcome-text {
	font-size: 1.1rem;
	line-height: 1.6;
	opacity: 0.9;
}
