/* =========================================================================
   Taste 디자인 시스템 — global entry
   Consumers link THIS file only. It is an @import manifest; every token,
   font-face, and base rule the system ships lives in the files below.

   COLOR IS NOT FIXED HERE. Override the "◆ PROJECT KNOB" tokens in
   tokens/colors.css from your own :root to set a project's palette.
   ========================================================================= */

@import "tokens/typography.css";  /* Pretendard @font-face + type scale */
@import "tokens/colors.css";      /* neutral scaffold + semantic knobs   */
@import "tokens/spacing.css";     /* 4px grid, radii, containers, z-index */
@import "tokens/elevation.css";   /* shadow system + card presets        */
@import "tokens/motion.css";      /* easing, durations, reduced-motion   */
@import "tokens/base.css";        /* reset + document defaults           */
@import "components/components.css"; /* DS primitive component classes    */
