You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
559 B
32 lines
559 B
|
|
html {
|
|
font-size: $font__size_base;
|
|
}
|
|
|
|
body {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: $color__text-main;
|
|
@include font-family( $font__body );
|
|
font-weight: 400;
|
|
font-size: 1em;
|
|
line-height: $font__line-height-body;
|
|
margin: 0;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
|
|
button,
|
|
input,
|
|
select,
|
|
optgroup,
|
|
textarea {
|
|
color: $color__text-main;
|
|
@include font-family( $font__body );
|
|
font-weight: 400;
|
|
line-height: $font__line-height-body;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
|
|
@import "headings";
|
|
|
|
@import "copy";
|