@layer components {
  .hint {
    font-size: var(--font-size-0);
  }

  .hint\:error {
    color: var(--red-9);
  }
}
