/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2026 | 21:29:00 */
/* ===== ESSENCE ROYALE GLOBAL STYLE ===== */
body{
	background:#f5f1ea !important;
	font-family: Arial, sans-serif !important;
	color:#111 !important;
}
/* HEADER */
header,
.site-header{
	background:#f5f1ea !important;
	padding:20px 50px !important;
	border-bottom:1px solid rgba(0,0,0,.08);
}
/* MENU */
nav a{
	color:#111 !important;
	font-size:13px !important;
	text-transform:uppercase;
	letter-spacing:2px;
	transition:.3s ease;
}
nav a:hover{
	color:#c9a96a !important;
}
/* HERO */
h1{
	font-size:78px !important;
	font-family: serif !important;
	font-weight:600 !important;
	color:#111 !important;
}
p{
	color:#555 !important;
}
/* BOTONES */
button,
.wp-block-button__link{
	background:transparent !important;
	border:1px solid #111 !important;
	border-radius:40px !important;
	padding:14px 28px !important;
}
button:hover{
	background:#111 !important;
	color:white !important;
}
