@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--tertiary-d-4);
  }
}
