@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Manrope:wght@600;700;800&display=swap");

:root {
    --font-body: "Inter", "Segoe UI", Arial, sans-serif;
    --font-heading: "Manrope", "Inter", "Segoe UI", Arial, sans-serif;
    --fs-display: clamp(2rem, 1.4rem + 2.4vw, 3rem);
    --fs-h1: clamp(1.5rem, 1.2rem + 1.2vw, 2rem);
    --fs-h2: 1.5rem;
    --fs-h3: 1.25rem;
    --fs-h4: 1rem;
    --fs-body-lg: 1.125rem;
    --fs-body: 1rem;
    --fs-body-sm: 0.875rem;
    --fs-meta: 0.8125rem;
    --fs-caption: 0.75rem;
    --fs-micro: 0.6875rem;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-extrabold: 800;
    --lh-display: 1.08;
    --lh-tight: 1.2;
    --lh-snug: 1.35;
    --lh-normal: 1.5;
    --lh-loose: 1.6;
    --ls-eyebrow: 0.08em;
    --ls-tight: -0.01em;
    --bg-dark: #0f172a;
    --bg-soft: #f7f9fb;
    --bg-lilac: #eef2ff;
    --app-screen-width: 1440px;
    --container-narrow: 768px;
    --container-focused: 1024px;
    --container-page: 1280px;
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 16px;
    --space-4: 24px;
    --space-5: 32px;
    --space-6: 48px;
    --space-7: 64px;
    --gutter-topbar: var(--space-6);
    --gutter-page: 96px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-pill: 999px;
    --panel: #ffffff;
    --panel-soft: rgba(255, 255, 255, 0.8);
    --panel-border: rgba(199, 196, 215, 0.3);
    --text-main: #191c1e;
    --text-strong: #0f172a;
    --text-body: #464554;
    --text-muted: #64748b;
    --text-soft: #94a3b8;
    --accent: #4648d4;
    --accent-dark: #4f46e5;
    --accent-bright: #6063ee;
    --accent-soft: #e1e0ff;
    --accent-surface: #eef2ff;
    --accent-border: rgba(70, 72, 212, 0.16);
    --line: #e2e8f0;
    --line-strong: #cbd5e1;
    --control-bg: #f1f5f9;
    --control-bg-strong: #f2f4f6;
    --button-muted: #eceef0;
    --success: #2da430;
    --success-soft: rgba(33, 192, 4, 0.12);
    --warning: #ea580c;
    --warning-soft: #fff7ed;
    --warning-surface: #ffedd5;
    --danger: #c05858;
    --bot-bubble: #f1f5f9;
    --user-bubble: #6063ee;
}

