/* Vivolytix design tokens - import order matters: primitives → semantic → dark → base.
   These are @imported rather than <link>ed because they are pure custom-property declarations
   with no layout cost, and keeping them in one entry point keeps _Layout tidy. The webfont
   stylesheet is deliberately NOT imported here - it is <link>ed from _Layout so the preload
   scanner can fetch it immediately instead of waiting for this file to parse. */
@import url('./tokens/colors.css?v=3');
@import url('./tokens/semantic.css?v=3');
@import url('./tokens/dark.css?v=3');
@import url('./tokens/typography.css?v=3');
@import url('./tokens/spacing.css?v=3');
@import url('./tokens/elevation.css?v=3');
@import url('./tokens/base.css?v=4');
