/*
 * Candide AI Hub — Master Token Import
 *
 * Import this single file to get all design tokens.
 * Usage: @import url('/design/tokens/index.css');
 *
 * Load order matters:
 *   1. colours.css  — must come first (typography references no colours,
 *                     but components reference colour vars)
 *   2. typography.css — imports Google Fonts and defines all type tokens
 *   3. icons.css    — icon size tokens and utility classes
 *   4. spacing / radius / shadow — layout primitives (reference colour vars)
 */

@import './colours.css';
@import './typography.css';
@import './icons.css';
@import './spacing.css';
@import './radius.css';
@import './shadow.css';
