/* ════════════════════════════════════════════════════════════════
   Retell Design System — global stylesheet entry point.
   Consumers link THIS file. It is an @import manifest only.
   ════════════════════════════════════════════════════════════════ */

/* Webfonts (Inter + Inter Tight) */
@import "./tokens/fonts.css";

/* Raw Figma Variable import — full ramps + semantic light/dark tokens.
   Source of truth for all color tokens (--text-*, --bg-*, --border-*,
   --status-*, --electric-blue-*, --lavender-gray-*, --neutral-*). */
@import "./tokens/fig-tokens.css";

/* Curated brand aliases (--brand-*, --lg-*, --ink, --success …) */
@import "./tokens/palette.css";

/* Typography scale + families */
@import "./tokens/typography.css";

/* Spacing, radius, shadow, layout */
@import "./tokens/spacing.css";
