/* nfx tokens for "Aurora shader" - aliases THIS project's own variables.
   Nothing here is the lab's palette; change your tokens and the effect follows. */
.nfx{
  --bg: #070709;
  --panel: #0c0d11;
  --panel2: #12151a;
  --ink: #f2f4f3;
  --soft: #a2aaa7;
  --dim: #697370;
  --acc: #18c8a8;
  --acc2: #4de6c8;
  --acc3: #7fb98a;
  --warn: #d85a4a;
  --ease: cubic-bezier(.22,.61,.36,1);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
