@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Figtree", sans-serif !important ;
	font-style: normal;
	font-display: swap;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-transform: none;
}

h1 {
	font-size: 46px;
}

h2 {
	font-size: 39px;
}

h3 {
	font-size: 31px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 0;
}

button, p, span, li, .uc_post_text, .uc_btn_txt {
	font-family: "Figtree", Sans-serif;
	font-size: 15px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	/*color: #131313;*/
	font-family: "Figtree", serif;
}

:-moz-placeholder {
	/*color: #131313;*/
	font-family: "Figtree", serif;
}

::-moz-placeholder {
	font-family: "Figtree", serif;
	opacity: 1;
}

:-ms-input-placeholder {
	font-family: "Figtree", serif;
}

@media only screen and (min-width: 767px) and (max-width:1023px){

	.entry-content p,
	.entry-content li {
		font-size: 15px;
	}

	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 25px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

}

@media only screen and (max-width: 565px) {
	.wpcnfm-feilds {
		display: block;
	}

	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 27px;
	}

	h3 {
		font-size: 23px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

} 