/**
 * Utility Mixins
 *
 * This file contains utility mixins for common styles and animations,
 * providing consistent values for component styling and utility across the system.
 */

.sr-only {
  position: absolute;
  margin: -1px;
  padding: 0;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}
