/* <> */
	body,
	input,
	textarea,
	select,
	p {
		font: 18px/140% sanfrancisco_light, Arial;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	h1,
	h2 {
		font-family: sanfrancisco_ultra_light, Arial;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-weight: normal;
		line-height: 120%;
		text-transform: capitalize; 
	}

	h3,
	h4,
	h5,
	h6 {
		font-family: sanfrancisco_light, Arial;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-weight: normal;
		line-height: 120%;
		text-transform: capitalize; 
	}
	
	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 26px;
		line-height: 90%;
	}
	
	h3 {
		font-size: 20px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	h5 {
		font-size: 17px;
	}
	
	h6 {
		font-size: 13px;
	}

/* <> */

/* # */
	
/* # */

/* . */
	h2.one_string {
		height: auto;
	}
	
	.clean_h {
		line-height: 77%;
		margin: 0;
	}
	
	.like_h3 {
		font: 20px  sanfrancisco_light, Arial;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}


/* . */