@use "/styles/all" as *;

.link {
  &:hover {
    color: $primary;
  }
}

.customText {
  display: inline-flex;
}
