← All Expressions

Deep Signal

Intelligence made visible.

TechnicalAliveElectricData-rich
02 — Logo Mark

The Arc-A Mark

Large — Electric Blue
Aurora
Horizontal Lockup
Light Background
Small Sizes
03 — Color Palette

Colour System

Background
#060912
Page background
Surface
#0D1220
Cards, panels
Electric Blue
#2D7EF8
Primary accent
Signal Green
#00D4A0
Positive, secondary
White
#FFFFFF
Primary text
04 — Typography

Type System

H1 — IBM Plex Mono 700

Data in. Intelligence out.

H2 — IBM Plex Mono 600

Every signal, decoded.

H3 — IBM Plex Mono 500

Transaction Feed

Body — IBM Plex Sans 400

Aurora processes thousands of financial signals in real time. Every transaction, every market move, every balance change — decoded and presented as actionable intelligence.

Number Display
€127,450.00
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap');
05 — Financial UI

Product Component

Net Worth
€127,450
↑ +4.2% this month
3.2 months of runway secured
06 — Brand in Context

Applied Mockups

App Icon
Navigation Bar
Push Notification
Aurora
Net worth up €2,400 this week
07 — Brand Voice

Copy Samples

Onboarding Headline
Plug in your accounts. Watch the signal emerge.
Push Notification
Signal detected: recurring spend pattern identified. €340/mo on subscriptions.
Error State
Connection lost: Nordea sync failed. Retrying in 60s.
08 — CSS Specification

Design Tokens

:root {
  --color-bg: #060912;
  --color-surface: #0D1220;
  --color-accent: #2D7EF8;
  --color-accent-2: #00D4A0;
  --color-text: #FFFFFF;
  --color-muted: rgba(255,255,255,0.45);
  --font-heading: 'IBM Plex Mono', monospace;
  --font-body: 'IBM Plex Sans', sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --shadow-card: 0 4px 24px rgba(45,126,248,0.1);
}