/* Rooma Design System — Global Stylesheet Entry Point
 *
 * This file is the single entry point for consumers.
 * It contains @import lines only — no rules here.
 * Link this file in any HTML to pull in all tokens and fonts.
 *
 * Usage:
 *   <link rel="stylesheet" href="path/to/styles.css">
 */

@import './tokens/fonts.css';
@import './tokens/colors.css';
@import './tokens/typography.css';
@import './tokens/spacing.css';
