/* FRAME Design System — global entry point
   ------------------------------------------------------------------
   Consumers link THIS file. It is a manifest of @import lines only.
   Everything reachable from here ships to consuming projects:
   tokens (CSS custom properties), webfonts, and base primitives. */

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@24,400..700,0..1,-25..200&display=swap');

@import "tokens/fonts.css";
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
@import "base.css";
