/* Site override: 7-g.ai */
:root {
--color-primary: #06b6d4;
--color-primary-dim: #0891b2;
--color-primary-bright: #22d3ee;
--color-bg: #0a0e17;
--color-surface: #111827;
--color-surface-elevated: #1f2937;
--color-text: #e2e8f0;
--color-text-muted: #94a3b8;
--color-border: rgba(6, 182, 212, 0.15);
--color-border-strong: rgba(6, 182, 212, 0.3);
--color-glow: rgba(6, 182, 212, 0.4);
--font-heading: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--font-body: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

