2022-10-24 23:46:53 +02:00
|
|
|
body,
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
optgroup,
|
|
|
|
textarea {
|
|
|
|
color: $color__text-main;
|
|
|
|
font-family: $font__main;
|
2022-11-30 00:19:00 +01:00
|
|
|
font-size: $font__size-body;
|
2022-10-24 23:46:53 +02:00
|
|
|
line-height: $font__line-height-body;
|
|
|
|
}
|
|
|
|
|
|
|
|
@import "headings";
|
|
|
|
@import "copy";
|
2022-11-30 00:19:00 +01:00
|
|
|
@import "fonts";
|