@font-face {
	font-family: BrandonGrotesque;
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/brandon/Brandon_reg.otf") format("opentype");
}

@font-face {
	font-family: BrandonGrotesque;
	font-style: normal;
	font-weight: bold;
	src: url("../fonts/brandon/Brandon_bld.otf") format("opentype");
}

@font-face {
	font-family: BrandonGrotesque;
	font-style: italic;
	font-weight: normal;
	src: url("../fonts/brandon/Brandon_reg_it.otf") format("opentype");
}

@font-face {
	font-family: BrandonGrotesque;
	font-style: italic;
	font-weight: bold;
	src: url("../fonts/brandon/Brandon_bld_it.otf") format("opentype");
}

body * {
	font-family: BrandonGrotesque, Arial;
}

.faq-titulo {
	font-size: 1.5rem;
	line-height: unset;
}