.imgw {
	box-sizing: border-box;
	color: $color;
	font-family: $font-family;
	font-size: $font-size;
	line-height: $line-height;

	* {
		box-sizing: border-box;
	}

	button, input, select, textarea {
		font-family: $font-family;
	}
}
