.link_intern:before{
display:inline-block;
content:'';
width:.75rem;
height:.75rem;
}

.link_intern:before{
background:url('/assets/img/icon/arrow-dark.svg') no-repeat top left;
}

.link_extern{
display:inline-block;
font-weight:normal;
margin:.5rem 0 .5rem 0;
padding:.5rem .75rem .5rem .5rem;
text-decoration:none;
border-radius:.5rem;
}

.link_extern:hover{
color:var(--clr-primary-100);
background:var(--bgr-accent-400);
}

.link_extern:hover:before{
background:url('/assets/img/icon/arrow-light.svg') no-repeat top left;
}

.link_extern{
color:var(--clr-primary-100);
background:var(--bgr-primary-500);
}

.link_extern:before{
display:inline-block;
content:'';
width:.75rem;
height:.75rem;
}

.link_extern:before{
background:url('/assets/img/icon/arrow-light.svg') no-repeat top left;
}
