/* ════════════════════════════════════════════════════════════════
   Fog Design System — global entry point.
   Consumers link THIS file. It declares the webfonts and all design
   tokens (colors, type, spacing, effects). Component & layout CSS lives
   with the prototype (app/app.css) which itself imports this file.
   Keep this file as @import lines only.
   ════════════════════════════════════════════════════════════════ */
@import url("tokens/fonts.css");
@import url("tokens/colors.css");
@import url("tokens/typography.css");
@import url("tokens/spacing.css");
@import url("tokens/effects.css");
@import url("tokens/aliases.css");
