a, a:visited, a:active, a:link
{
    box-sizing: border-box;
    border-radius: var(--vel-shape200-border_radius);
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-weight: inherit;
    position: relative;
    display: inline;
    background: transparent;
    text-decoration: underline;
    text-align: left;
    color: var(--vel-color-primary-400);
    margin: 0px;
    padding:0px;
    padding-inline: var(--vel-fixed-spacing-02);
    border: none;
    appearance: none;
    outline: none;
    transition: color 0.1s ease-out 0s, background 0.1s ease-out 0s;
}
a:not([disabled]), a:link:not([disabled])
{
    cursor: pointer;
}
a:hover, a:link:hover
{
    color: var(--vel-color-primary-500);
    background: var(--vel-color-primary-50);
    text-decoration: underline;
}