@layer ui-kit-base {
  a {
    color: var(--p-blue-800);
    text-decoration: none;

    &:hover, &:focus, &:active {
      text-decoration: underline;
    }
  }
}
