···11-@import './reset.css';
11+/*
22+ see comptime.css for postcss features that are globally scoped
33+ eg, @media-query, @custom-selector, etc.
44+55+ layers:
66+ @layer reset - the bottom most, get things niceish
77+ @layer system - design tokens and system stuff
88+ @layer components - reusable components, so we can layer customizations
99+1010+ no layer = top-level
1111+*/
1212+1313+@layer reset, system, component;
21433-html {
44- font-size: 14px;
55-}
1515+@import './styles/reset.css';
1616+@import './styles/system.css';