:root {
  /* ---- Easing & durations (from site/index.html) ---- */
  --ease-reveal: cubic-bezier(0.22, 0.61, 0.36, 1); /* @kind other */ /* scroll reveals */
  --dur-reveal: 0.9s; /* @kind other */
  --dur-hover: 0.35s; /* @kind other */ /* color transitions on links */
  --dur-hover-fast: 0.3s; /* @kind other */ /* toggle color */
  --reveal-offset: 22px;      /* translateY before reveal */
}

/* Blinking typing cursor (hero) */
@keyframes mithras-blink {
  0%, 48% { opacity: 1; }
  52%, 100% { opacity: 0; }
}
