@import url('../../shared/base.css');
:root{
  --font-heading:'Segoe UI',sans-serif;--font-body:'Segoe UI',sans-serif;
  --accent-1:#0f172a;--accent-2:#22d3ee;--bg:#f8fafc;--text:#0f172a;
  --header-bg:#fff;--nav-bg:#fff;--card-bg:#fff;--stats-bg:#eef7fb;--border:#e2e8f0;
  --hero-bg:#0f172a;--hero-text:#fff;--footer-bg:#020617;
}
.hero h1{display:inline-block;transition:transform .12s ease-out}
