forked from mirror/_s
14 lines
197 B
SCSS
14 lines
197 B
SCSS
|
body,
|
||
|
button,
|
||
|
input,
|
||
|
select,
|
||
|
textarea {
|
||
|
color: $color__text-main;
|
||
|
font-family: $font__main;
|
||
|
@include font-size(1.6);
|
||
|
line-height: $font__line-height-body;
|
||
|
}
|
||
|
|
||
|
@import "headers";
|
||
|
|
||
|
@import "copy";
|