/**
 * TODO: Remove these breakpoints from Kalimotxo and adapt them
 * to the ones on Margarita.
 */
@custom-media --mobile (max-width: 767px);
@custom-media --desktop (min-width: 768px);

.hl-link {
  cursor: pointer;
  text-decoration: underline;
  color: var(--color-pink-base);
  font-weight: 600;

  &:hover {
    text-decoration: none;
    color: var(--color-pink-dark);
  }
}
