@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600&display=swap";:root{--font-heading: "Space Grotesk", "IBM Plex Sans", sans-serif;--font-body: "IBM Plex Sans", "Segoe UI", sans-serif;--color-primary: #0f4c81;--color-primary-strong: #093457;--color-success: #1f8f65;--color-warning: #b7791f;--color-error: #c53d3d;--color-layout-bg: #f3f7fb;--color-surface: #ffffff;--color-surface-muted: #f8fbff;--color-text: #1f2937;--color-text-soft: #4b5563;--color-border: #d7e0ea;--shadow-soft: 0 10px 30px rgb(13 43 75 / 8%);--shadow-card: 0 5px 16px rgb(13 43 75 / 6%);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:var(--font-body);color:var(--color-text);background:radial-gradient(circle at top right,rgb(167 199 231 / 35%),transparent 45%),radial-gradient(circle at bottom left,rgb(126 211 184 / 20%),transparent 45%),var(--color-layout-bg)}h1,h2,h3,h4,h5,h6,.ant-typography h1,.ant-typography h2,.ant-typography h3{font-family:var(--font-heading)}.page-enter{animation:page-enter .22s ease-out both}@keyframes page-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
