/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


p {
	font-family: 'Lato', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Popppins', sans-serif !important;
}

.text-black h1, .text-black h2 {
	color: #000;
}

.max-width-200 {
	max-width: 200px !important;
	width: 100% !important;
	height: auto !important;
}

h1.title {
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black
}
