:root{
	--teal:#2ec1ac;
	--tel_hover:#279e8c;
}
*{
	font-family: 'poppins',sans-serif;
}
.h-font{
	font-family: 'merienda',cursive;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
		  -webkit-appearance: none;
		  margin: 0;
		}
input[type=number] {
		-moz-appearance: textfield;
}
.custom-bg{
	background-color: var(--teal) ;
	border: 1px solid var(--teal);
}
.custom-bg:hover{
	background-color: var(--tel_hover);
	border-color: var(--tel_hover);
}
.h-line{
	width: 250px;
	margin: 0 auto;
	height: 3px;
}
.custom-alert{
	position: fixed;
	top: 80px;
	right: 25px;	
}