/*
 * CM DESIGN SYSTEM — MAIN
 * Import all design system components in correct order
 * Use this file to integrate the design system into any project
 */

/* Load Google Fonts: Rajdhani (headings) and Inter (body) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Rajdhani:wght@400;600;700&display=swap');

/* Core: Tokens must load first */
@import url('./tokens.css');

/* Base: Reset and normalize */
@import url('./reset.css');

/* Typography: Fonts and text styles */
@import url('./typography.css');

/* Components: Reusable UI patterns */
@import url('./components.css');

/* Utilities: Responsive, helpers, and misc */
@import url('./utilities.css');
