:root{
  /* color */
  --navy:#0a1b3f; --navy-2:#13294b;
  --brand:#1746a2; --accent:#2a6df0;
  --green:#0a8a5f;
  --energy:#5fd0ff; --energy-soft:#8fd3ff;
  --ink:#33415c; --ink-strong:#0a1b3f;
  --paper:#f4f7fc; --line:#e1e8f3;
  /* shape */
  --radius:14px; --radius-lg:20px;
  --ease:cubic-bezier(.7,0,.2,1);
  --t-fast:.55s; /* 같은 섹션 전환 */
  /* layout */
  --quick-w:108px;
}
