@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Work+Sans:wght@400;500;600&display=swap";:root{--bg: #F5F8FC;--surface: #FFFFFF;--surface-alt: #E6EBF0;--fg: #1C2128;--muted: #5B6B7E;--border: #D1DDE8;--accent: #0097A7;--accent-soft: rgba(0, 151, 167, .08);--slate: #475A6D;--font-display: "Space Grotesk", system-ui, sans-serif;--font-body: "Work Sans", system-ui, sans-serif;--text-sm: 13px;--text-base: 16px;--text-lg: 20px;--text-xl: 28px;--text-3xl: 44px;--leading-body: 1.6;--radius: 14px;--radius-sm: 8px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--fg);font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
