@media only screen and (max-width: 576px) {
	h1 {
		font-size: 25px !important;
	}
	
	h2 {
		font-size: 25px !important;
	}
	
	h3 {
		font-size: 22px !important;
	}
	
	h4 {
		font-size: 20px !important;
	}
	
	h5 {
		font-size: 17px !important;
	}
	
	h6 { 
		font-size: 13px !important;
	}
}


@media only screen and (min-width: 576px) {

	h1 {
		font-size: 30px !important;
	}
	
	h2 {
		font-size: 30px !important;
	}
	
	h3 {
		font-size: 20px !important;
	}
	
	h4 {
		font-size: 22px !important;
	}
	
	h5 {
		font-size: 17px !important;
	}
	
	h6 {
		font-size: 13px !important;
	}
}


@media only screen and (min-width: 1024px) {
	h1 {
		font-size: 34px !important;
	}
	
	h2 {
		font-size: 34px !important;
	}
	
	h3 {
		font-size: 22px !important;
	}
	
	h4 {
		font-size: 22px !important;
	}
	
	h5 {
		font-size: 16px !important;
	}
	
	h6 {
		font-size: 13px !important;
	}
}


@media only screen and (min-width: 1250px) {
	h1 {
		font-size: 36px !important;
	}
	
	h2 {
		font-size: 36px !important;
	}
	
	h3 {
		font-size: 22px !important;
	}
	
	h4 {
		font-size: 22px !important;
	}
	
	h5 {
		font-size: 16px !important;
	}
	
	h6 {
		font-size: 13px !important;
	}
}


@media only screen and (min-width: 1400px) {
	h1 {
		font-size: 36px !important;
	}
	
	h2 {
		font-size: 36px !important;
	}
	
	h3 {
		font-size: 22px !important;
	}
	
	h4 {
		font-size: 22px !important;
	}
	
	h5 {
		font-size: 16px !important;
	}
	
	h6 {
		font-size: 13px !important;
	}
}


h1 {
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
}

h3 {
	text-transform: uppercase;
}

h4 {
	text-transform: uppercase;
}

h5 {
	text-transform: uppercase;
}

h6 {
	text-transform: uppercase;
}

/* <> */
	body,
	input, 
	textarea,
	select {
		font-family: Manrope-regular !important;
		font-size: 18px;
		word-wrap: break-word;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	h1,
	h2{
		font-family: Mulish-bold !important;
		font-weight: normal;
		line-height: 120%;
		word-wrap: break-word;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	h3,
	h4,
	h5,
	h6 {
		font-family: Mulish-regular !important;
		font-weight: normal;
		line-height: 120%;
		word-wrap: break-word;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
/* <> */


/* # */
	
/* # */


/* . */

/* . */