@import url('../components/c-button.selectors.css');
@import url('../components/c-card.selectors.css');
@import url("../tools/selectors.css");
@import url('../tools/x-link.css');

a:where(:not(:--c-button, :--c-card)) {
  @mixin link;
}
a:where(:not([href])) {
  @mixin link--disabled;
}
a:where(:not(:--c-button, :--c-card)):hover {
  @mixin link--hover;
}
a:where(:not(:--c-button, :--c-card)):active {
  @mixin link--active;
}
