/**
 * ./assets/css/utilities.css
 *
 * Small reusable utility classes for accessibility, spacing, and layout helpers.
 */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.daf-visually-hidden {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.daf-container {
  width: min(100% - 2rem, var(--daf-content-width));
  margin-inline: auto;
}
