The whole picture. Always.
Aurora connects the dots between your bank accounts, investments, pensions, and crypto wallets. It sees the patterns you can't — and presents them with clarity you've never had.
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');
:root {
--color-bg: #080010;
--color-surface: #110822;
--color-accent: #00D4A0;
--color-accent-2: #9B6DFF;
--color-text: #FFFFFF;
--color-muted: rgba(255,255,255,0.45);
--font-heading: 'Outfit', sans-serif;
--font-body: 'Inter', sans-serif;
--radius-sm: 8px;
--radius-md: 16px;
--shadow-card: 0 4px 32px rgba(80,0,180,0.15);
}