:root {
    --bg: #fff8f7;
    --card: #fff;
    --text: #0f172a;
    --muted: #64748b;
    --brand-50: #fff1f2;
    --brand-100: #ffe4e6;
    --brand-500: #f43f5e;
    --brand-600: #e11d48;
    --line: #fce7e7;
    --radius-xl: 22px;
    --radius-lg: 16px;
    --radius: 12px;
    --shadow-sm: 0 4px 14px rgba(0, 0, 0, .05);
}
