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

@import "headings";

@import "copy";