body {
	@include guss-typography-defaults;
}

@for $fb from 1 through 7 {
	.f-bold-#{$fb}{
    	@include fs-bold($fb);
	}
}

@for $fr from 1 through 7 {
	.f-regular-#{$fr}{
    	@include fs-regular($fr);
	}
}


@for $fl from 1 through 7 {
	.f-light-#{$fl}{
    	@include fs-light($fl);
	}
}
