.custom-testimonial blockquote:before {
	color: #ff3f00 !important;
	content: "\f10d";
	font-size: 18px !important;
	left: -12px !important;
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
}

:root {
	/*--bs-body-font-family: "Roboto Flex", sans-serif;*/

	/* colors
	--bs-primary: #2f4158;
	--bs-primary-rgb: 47, 65, 88;
	--bs-primary-bg-subtle: #d5d9dd;
	--bs-primary-border-subtle: #acb3bc;
	--bs-primary-text-emphasis: #131a23; */

	/* Resets the main global border radius */
	--bs-border-radius: 0;
	--bs-border-radius-sm: 0;
	--bs-border-radius-lg: 0;
	--bs-border-radius-xl: 0;
	--bs-border-radius-2xl: 0;
	--bs-border-radius-pill: 0;
}

form#caspioform {
	label {
		font-weight: unset;
		width: 100%;
	}
}