:root {
    --bg: #f4f6fa;
    --text: #1a1a1a;
    --title: #111;

    --card: #ffffff;
    --card-dark: #f1f3f7;

    --input: #ffffff;
    --border: #cccccc;

    --accent: #3a7afe;

    --bubble: #f1f3f7;
    --badge: #eaeef5;

    --text-muted: #70757e;
}
