@layer utilities {
  .flow > * + * {
    margin-block-start: var(--flow-space, var(--space-md)) !important;
  }

  .visually-hidden {
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }

  .text-center {
    text-align: center !important;
  }

  .text-right {
    text-align: right !important;
  }

  .font-mono {
    font-family: var(--font-mono) !important;
  }

  .weight-bold {
    font-weight: 700 !important;
  }

  .weight-normal {
    font-weight: 400 !important;
  }

  .color-muted {
    color: var(--color-text-muted) !important;
  }

  .no-list {
    list-style: none !important;
    padding: 0 !important;
  }
}
