/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
/* allows easy application of animation-name based composition */
*, *::before, *::after {
animation-play-state: paused;
animation-fill-mode: forwards;
}