@media only screen and (max-width: 768px) {

}


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


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


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


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

h1 {
	font-size: 42px !important;
}

h2 {
	font-size: 36px !important;
}

h3 {
	font-size: 32px !important;
}

h4 {
	font-size: 28px !important;
}

h5 {
	font-size: 24px !important;
}

h6 {
	font-size: 13px !important;
}



/* <> */
	body,
	input,
	textarea,
	select {
		font-family: Roboto-Regular !important;
		word-wrap: break-word;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: FiraGo-Medium !important;
		font-weight: normal;
		line-height: 120%;
		word-wrap: break-word;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
/* <> */


/* # */
	
/* # */


/* . */

/* . */