/* ============================================================
   Origin — v7: the nine symbols riding the web
   ============================================================ */

#web-icons {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 700ms var(--ease);
}
#web-icons span {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-deep);
  will-change: transform;
}
#web-icons svg { width: 100%; height: 100%; display: block; }
#web-icons svg * { stroke-width: 1.2; }
#web-icons .glyph-text { font-size: 20px; fill: currentColor; stroke: none; font-family: var(--serif); }
[data-theme="dark"] #web-icons span { color: var(--accent-soft); }
