// ============================================================================
// :: Label
// ============================================================================
.a-label {
	display: block;

	font-family: $font-family-roboto;
	font-weight: $font-weight-bold;
	font-size: $font-size-2x-small;
	text-transform: uppercase;

	color: $text-color-grey;
}

// ============================================================================
// :: Modifier
// ============================================================================
.a-label--light {
	color: $text-color-white;
}

.a-label--primary {
	color: $text-color-primary;
}

.a-label--secondary {
	color: $text-color-secondary;
}
