/* Oction Labs — design system entry point.
   Consumers link THIS one file. It is an @import manifest only — no rules live here.
   Everything reachable from here (tokens + @font-face + webfont links) ships to consumers. */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=JetBrains+Mono:wght@400&display=swap');

@import url('tokens/fonts.css');
@import url('tokens/colors.css');
@import url('tokens/typography.css');
@import url('tokens/spacing.css');
