@import "../variables";

a {
    transition: color $animation-default $animation-default-bezier-curve;
    text-decoration: none;

    &:hover, &:focus {
        text-decoration: none;
    }
}

.sg-link {
    color: $sgLink;

    &:hover {
        color: $sgLinkHover;
    }
}
