/**
 * Signal Design System — aggregate stylesheet.
 *
 * Consumer apps import this once to pull in every Signal-shipped CSS
 * (fonts today; add more `@import` lines below as new stylesheets ship):
 *
 *   import '@exotel-npm-dev/signal-design-system/index.css';
 *
 * Prefer this over the granular `/fonts.css` entry so future styles are
 * picked up automatically without another import in the consumer app.
 */

@import './fonts/fonts.css';
