@layer utilities {
  .text-light {
    color: var(--color-text-light);
  }

  .h-0 {
    height: 0;

    --flow-spacing: 0;
  }
}
