// ============================================================================
// :: TEXT
// ============================================================================
.a-text {
	font-family: $font-family-roboto;
	font-size: $font-size;
	line-height: $line-height-2x-large;

	color: $text-color;
}

// ============================================================================
// :: Modifiers
// ============================================================================
.a-text--white {
	color: $text-color-white;
}

.a-text--bold {
	font-family: $font-family-roboto;
	font-weight: $font-weight-bold;
}
