html {
	font-size: var( --exalt-font-size-base );
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--exalt-color-text-main);
	font-family: var(--exalt-font-family-body);
	font-size: 1rem;
	line-height: var(--exalt-line-height-body);
}

@import "headings";
@import "copy";
