:root {
    --background: #ffffff;
    --surface: #f8fafc;
    --surface-warm: #f1f5fb;
    --text: #1e293b;
    --text-strong: #0f172a;
    --text-muted: #64748b;
    --line: #e2e8f0;
    --line-soft: #f1f5f9;
    --accent: #2e5aa8;
    --accent-dark: #21457f;
    --accent-line: #c9d8ee;
    --container: 1120px;
    --narrow-container: 840px;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-pill: 999px;
}
