Clarity, from the ground up.
Aurora gives you a grounded view of your financial life. No hype, no gamification — just a reliable foundation for understanding where you stand and where you're heading.
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=Nunito+Sans:wght@400;500;600&display=swap');
:root {
--color-bg: #0E0E12;
--color-surface: #1A1A20;
--color-accent: #4ECDC4;
--color-accent-2: #4ECDC4;
--color-text: #FFFFFF;
--color-muted: rgba(255,255,255,0.45);
--font-heading: 'Sora', sans-serif;
--font-body: 'Nunito Sans', sans-serif;
--radius-sm: 10px;
--radius-md: 18px;
--shadow-card: 0 4px 24px rgba(0,0,0,0.35);
}