/* 
	Type Faces
*/

@font-face {
  font-family: Unica;
  src:  url('../fonts/unica-medium.ttf') format('truetype');
  font-weight: 500;
}

/* 
	Text
*/
.text--italic {
	font-style: italic;
}
.text--uppercase {
	text-transform: uppercase;
}
.text--lowercase {
	text-transform: lowercase;
}
.text--align-left {
	text-align: left;
}
.text--align-center {
	text-align: center;
}
.text--align-right {
	text-align: right;
}
.text--underline {
	text-decoration: underline;
}
.text--bold {
	font-weight: 900;
}
.text--spaced {
	letter-spacing: 0.075em;
}

/* 
	Sizes 
*/

.text--body {
	font-size: 14px;
	line-height: 105%;
}

.text--caption {
	font-size: 11px;
	line-height: 100%;
}

.text--min {
	font-size: 8px;
	line-height: 110%;
}

.text--gray {
	color: rgb(180, 180, 180) !important;
	text-decoration-color: rgb(180, 180, 180) !important;
}

@media only screen and (min-width: 1024px) {
	.text--body {
		font-size: 14px;
	}

	.text--caption {
		font-size: 10px;
	}
}
