/*
 * Reversible typography layer.
 * Disable the `lalistilla-modern-type` enqueue in functions.php to restore the
 * previous site font without reverting any palette, shadow or layout changes.
 */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

html,
body,
button,
input,
select,
textarea,
.btx-wrapper,
.btx-custom_a-font,
.btx-custom_b-font {
	font-family: "Manrope", "Helvetica Neue", Arial, sans-serif !important;
}

/* Action blocks used several legacy Bateaux font helpers and inline sizes.
   Normalise the complete block here so the change remains independently
   reversible together with the rest of the typography experiment. */
[id="ctas_plan"],
[id="ctas_plan"] *,
[class*="ctas_plan_"],
[class*="ctas_plan_"] * {
	font-family: "Manrope", "Helvetica Neue", Arial, sans-serif !important;
}

[id="ctas_plan"] .btx-row .btx-col-12 > p:first-child,
[id="ctas_plan"] .btx-row .btx-col-12 > p:first-child > span,
[class*="ctas_plan_"] .btx-row .btx-col-12 > p:first-child,
[class*="ctas_plan_"] .btx-row .btx-col-12 > p:first-child > span {
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1.22 !important;
	letter-spacing: -0.018em !important;
}

[id="ctas_plan"] .btx-row .btx-col-12 > p:not(:first-child),
[id="ctas_plan"] .btx-row .btx-col-12 > p:not(:first-child) > span,
[class*="ctas_plan_"] .btx-row .btx-col-12 > p:not(:first-child),
[class*="ctas_plan_"] .btx-row .btx-col-12 > p:not(:first-child) > span {
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.42 !important;
	letter-spacing: -0.006em !important;
}

body {
	font-weight: 400;
	letter-spacing: -0.006em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.acordeon-title,
.acordeon-title-proximo,
.btx-accordion-title {
	font-family: "Manrope", "Helvetica Neue", Arial, sans-serif !important;
	font-weight: 700;
}

/* Bateaux applies its primary font directly to navigation descendants. Keep
   every menu and footer control inside this reversible typography layer. */
.btx-navbar,
.btx-navbar a,
.btx-navbar .btx-menu,
.btx-navbar .btx-menu a,
.btx-navbar .sub-menu,
.btx-navbar .sub-menu a,
.btx-navbar-widget,
.btx-navbar-widget .btnx,
.btx-navbar--mobile,
.btx-navbar--mobile a,
.btx-side-navbar,
.btx-side-navbar a,
.btx-footer,
.btx-footer a,
.btx-footer .btx-widget-text,
.menu_semana,
.right-panel-semana,
.right-panel-semana-lista,
.right-panel-semana-lista *,
.ll-theme-toggle {
	font-family: "Manrope", "Helvetica Neue", Arial, sans-serif !important;
}

.btx-navbar .btx-menu > li > a,
.btx-navbar-widget .btnx {
	font-weight: 700 !important;
	letter-spacing: -0.012em;
}

.btx-navbar .sub-menu a,
.btx-side-navbar a,
.btx-footer .btx-widget-text,
.btx-footer .btx-widget-text a {
	font-weight: 600 !important;
	letter-spacing: -0.006em;
}
