/* =====================
   TIPOGRAFIA — Playfair Display
   ===================== */
h1, h2, h3, h4 {
	font-family: 'Playfair Display', Georgia, serif !important;
	letter-spacing: -.02em;
}

h1 {
	font-weight: 400 !important;
	line-height: 1.05 !important;
}

h2 {
	font-weight: 400 !important;
	line-height: 1.1 !important;
}

/* Texto corrido — sem itálico, mais legível */
.wp-block-paragraph {
	font-family: 'Inter', sans-serif !important;
	font-style: normal !important;
}

/* =====================
   BOTÕES — Arredondados, teal, com sombra 3D
   ===================== */
.wp-block-button__link,
.wp-element-button {
	border-radius: 50px !important;
	padding: 14px 32px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 15px !important;
	letter-spacing: .03em !important;
	transition: all .2s ease !important;
	box-shadow: 0 4px 0 rgba(0,0,0,0.15), 0 2px 8px rgba(0,0,0,0.1) !important;
}

.wp-block-button__link:hover,
.wp-element-button:hover {
	transform: translateY(2px) !important;
	box-shadow: 0 2px 0 rgba(0,0,0,0.15), 0 1px 4px rgba(0,0,0,0.1) !important;
}

/* Botão sólido — teal */
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background-color: #2E7D7B !important;
	color: #F5F0E8 !important;
	border: none !important;
}

/* Botão outline — contexto claro */
.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent !important;
	color: #2C2C2C !important;
	border: 1.5px solid #2C2C2C !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: #2C2C2C !important;
	color: #F5F0E8 !important;
}

/* Botão outline — contexto teal escuro (fundo section-3) */
.is-style-section-3 .wp-block-button.is-style-outline .wp-block-button__link {
	color: #F5F0E8 !important;
	border-color: rgba(245,240,232,0.6) !important;
}

.is-style-section-3 .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: #F5F0E8 !important;
	color: #1E4F4D !important;
}

/* =====================
   SECÇÕES
   ===================== */
.is-style-section-3 {
	background-color: #1E4F4D !important;
}

/* H3 — antracite em vez de teal */
h3 {
	color: #2C2C2C !important;
}

/* =====================
   SEPARADORES
   ===================== */
.wp-block-separator {
	border-color: rgba(44, 44, 44, 0.1) !important;
	border-width: 1px !important;
}

/* =====================
   LINKS
   ===================== */
a:not(.wp-block-button__link):not(.wp-element-button) {
	text-decoration: none !important;
	border-bottom: 1px solid rgba(46, 125, 123, 0.4) !important;
	transition: border-color .2s ease !important;
}

a:not(.wp-block-button__link):not(.wp-element-button):hover {
	border-bottom-color: #2E7D7B !important;
}

/* =====================
   NAVEGAÇÃO
   ===================== */
.wp-block-navigation a {
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	letter-spacing: .06em !important;
	text-transform: uppercase !important;
	border-bottom: none !important;
}