.ui-link {
  color: theme('colors.primary');
  text-decoration: none;
}

.ui-link:hover {
  text-decoration: underline;
}

.ui-link-absolute {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
}
