%center {
	@include center();
}

%center-x {
	@include center-x();
}

%center-y {
	@include center-y();
}

%f1 {
	font-size: $font-size-1;
}

%f2 {
	font-size: $font-size-2;
}

%f3 {
	font-size: $font-size-3;
}

%f4 {
	font-size: $font-size-4;
}

%f5 {
	font-size: $font-size-5;
}

%f6 {
	font-size: $font-size-6;
}

%f7 {
	font-size: $font-size-7;
}

%font-light {
	font-weight: $font-weight-light !important;
}

%font-normal {
	font-weight: $font-weight-regular !important;
}

%font-bold {
	font-weight: $font-weight-bold !important;
}

//font icon define
%icon {
	@include icon();
}
