

/* typography */

a, a:visited
{
    color: var(--primary);
    text-decoration: underline;
    outline: 0;
}

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