body,
button,
input,
select,
optgroup,
textarea {
	color: $color__text-main;
	font-family: $font__main;
	@include font-size(1);
	line-height: $font__line-height-body;
}

.--f1 {
	font-family: $font__main;
}
.--f2 {
	font-family: $font__heading;
}
@import "headings";

@import "copy";
