2018-09-18 13:10:44 +03:00
|
|
|
@import url('../../../node_modules/normalize.css');
|
|
|
|
@import url('vars.pcss');
|
|
|
|
@import url('layout.pcss');
|
|
|
|
@import url('components/header.pcss');
|
|
|
|
@import url('components/aside.pcss');
|
2018-10-04 22:08:21 +03:00
|
|
|
@import url('components/writing.pcss');
|
2018-10-15 22:06:01 +03:00
|
|
|
@import url('components/page.pcss');
|
2019-02-15 17:56:56 +03:00
|
|
|
@import url('components/landing.pcss');
|
2018-09-18 13:10:44 +03:00
|
|
|
|
2018-09-07 19:24:09 +03:00
|
|
|
body {
|
|
|
|
font-family: system-ui, Helvetica, Arial, Verdana;
|
2018-09-18 13:10:44 +03:00
|
|
|
color: var(--color-text-main);
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2018-09-07 19:24:09 +03:00
|
|
|
}
|
2018-09-19 01:47:32 +03:00
|
|
|
|
|
|
|
svg {
|
|
|
|
fill: currentColor;
|
|
|
|
}
|