12 lines
231 B
SCSS
12 lines
231 B
SCSS
@import "variables";
|
|
|
|
html {
|
|
font-size: 100%;
|
|
font-family:
|
|
system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
|
|
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
line-height: 1.5;
|
|
}
|
|
|
|
@import "header";
|