a.textlink {
    /* Defaults */
    color: var(--main-greyblue);
    font-weight: 500; /* Medium */
}
a.textlink:hover {
    color: var(--main-black);
}
a.textlink.large {
    font-weight: 600; /* Semibold */
}
a.textlink.icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}
a.textlink.icon svg {
    width: 14px;
    height: 14px;
}
