/**
 * Hierarquia (referência: homepage):
 *   títulos  → Old Standard TT italic
 *   corpo    → Inter
 *   botões / rótulos → Poppins
 *
 * Não força itálico em todos os headings: as páginas Elementor já o definem.
 * Aqui só o kit global, o chrome do tema e o CPT projeto (que herdava Shippori).
 */

.elementor-kit-2552 {
	--e-global-typography-primary-font-family: "Poppins";
	--e-global-typography-secondary-font-family: "Inter";
	--e-global-typography-text-font-family: "Inter";
	--e-global-typography-accent-font-family: "Poppins";
}

.main-header-menu,
.main-header-menu .menu-link,
.ast-header-account,
.site-footer,
.site-footer p,
.site-footer a {
	font-family: Inter, sans-serif;
}

.ast-header-button-1 .ast-custom-button,
.ast-header-button-1 a {
	font-family: Poppins, sans-serif;
	font-weight: 500;
}

.projetos-intro__title,
body.single-projeto .entry-title,
body.single-projeto h1.entry-title {
	font-family: "Old Standard TT", serif;
	font-style: italic;
	font-weight: 400;
}

.elementor-counter .elementor-counter-number-wrapper {
	align-items: center;
}

.elementor-counter-number-prefix {
	font-size: 0.55em;
	font-weight: 400;
	line-height: 1;
}
