A textured, technical system for connected devices.
The foundations, components, and motion primitives behind the Remote.It website — built to hand straight to engineering.
Brand & palette
Brand blue leads. Deep navy carries dark moments, a light cyan drives glow and motion, and a warm-neutral paper keeps the whole system textured rather than clinical.
Type system
Sora sets every headline — geometric, a little quirky, and heavy. Roboto handles body at a comfortable measure. Roboto Mono carries labels, data, and code — the system's "technical voice."
Core components
Network motifs
Two reusable canvas components. <NetworkField> (mesh · globe · radial) and <LineArt> (cone · cube · rings · waves). Always-on, GPU-light, and tinted from any token.
Design tokens
These map directly to the Tailwind theme in src/styles/global.css.
:root {
/* color */
--brand-500: #0096E7; /* primary */
--brand-700: #034B9D; /* deep / secondary */
--brand-300: #7FD2FF; /* glow / motion accent */
--brand-050: #EAF6FE; /* tint surface */
--ink-900: #0A1326; /* text, navy */
--ink-500: #5D6066; /* muted text */
--paper: #FAFAFB; /* page background */
--navy-900: #070D18; /* dark sections, footer */
--hairline: rgba(10,19,38,.10);
--ok: #2FB389; --warn: #E8964C; --err: #B04848;
/* type */
--font-display: "Sora", sans-serif;
--font-body: "Roboto", system-ui, sans-serif;
--font-mono: "Roboto Mono", monospace;
/* radius + elevation */
--radius-sm: 8px; --radius-md: 12px; --radius-lg: 18px; --radius-pill: 999px;
--shadow-card: 0 1px 2px rgba(10,19,38,.05);
/* elegant system: prefer hairline dividers over boxes; avoid glows */
}