/**
 * B2B Product Design System — Single CSS Entry Point
 *
 * Loads everything in the correct order:
 *   1. Raleway font (self-hosted)
 *   2. Tokens (--ds-* custom properties)
 *   3. Utility classes (.ds-text-*, .ds-grid-*, .ds-stack, .ds-container, …)
 *
 * Use this OR pick the individual files yourself for a smaller payload.
 *
 * In your HTML:
 *   <link rel="stylesheet" href="vendor/design-system/index.css">
 *   <script type="module" src="vendor/design-system/index.js"></script>
 *
 * That's it. Now drop <ds-*> components or .ds-* classes anywhere.
 */

@import url('./fonts/raleway.css');
@import url('./tokens/index.css');
@import url('./styles/index.css');
