/* ============================================
   Draw My Life - Design Tokens
   全局 CSS 变量定义，所有页面共享
   ============================================ */
:root {
    --color-primary: #6366F1;
    --color-primary-dark: #4F46E5;
    --font-family-base: 'Inter', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
