/* 
	Type Faces
*/

@font-face {
	font-family: Fala;
	src: url("../fonts/Fala-Regular.woff2") format("woff2"), url("../fonts/Fala-Regular.woff") format("woff"), url("../fonts/Fala-Regular.eot") format("eot");
	font-weight: 400;
	font-style: normal;
}


/* 
	Text
*/
.t-regular {
	font-weight: 400;
}

.t-bold {
	font-weight: 500;
}

.t-italic {
	font-style: italic;
}

.t-uppercase {
	text-transform: uppercase;
}

.t-lowercase {
	text-transform: lowercase;
}

.t-left {
	text-align: left;
}

.t-center {
	text-align: center;
}

.t-right {
	text-align: right;
}

.t-gray {
	color: rgb(160, 160, 160);
}



/* 
	Type Sizes 
*/

.t-zero {
	font-size: 0;
	line-height: 0.5rem;
}

.t-min {
	font-size: 0.6rem;
	line-height: 1.2em;
}

.t-caption {
	font-size: 0.75rem;
	line-height: 1.2em;
}

.t-body {
	font-size: 0.98rem;
	line-height: 1.35em;
	letter-spacing: -0.0025rem;
}

.t-h3 {
	font-size: 1.05rem;
	line-height: 1.25em;
	letter-spacing: -0.025rem;
}

.t-h2 {
	font-size: 1rem;
	line-height: 1.2em;
}

.t-h1 {
	font-size: 1rem;
	line-height: 1.1em;
}

/* Desktop */
@media only screen and (min-width: 48rem) {
	.t-min {
		font-size: 0.7rem;
	}

	.t-caption {
		font-size: 0.8rem;
	}

	.t-body {
		font-size: 1rem;
	}

	.t-h3 {
		font-size: 1.25rem;
		
	}

	.t-h2 {
		font-size: 1.2rem;
	}

	.t-h1 {
		font-size: 1.2rem;
	}
}

/* Desktop Large */
@media only screen and (min-width: 100rem) {
	.t-min {
		font-size: 0.75rem;
	}

	.t-caption {
		font-size: 1rem;
	}

	.t-body {
		font-size: 1rem;
	}

	.t-h3 {
		font-size: 1.25rem;
	}

	.t-h2 {
		font-size: 4rem;
	}

	.t-h1 {
		font-size: 6rem;
	}
}