/**
* Block Name: buttons
*/

section.buttons .btn-primary:has(.external)::after {
   display: none;
}


section.buttons .btn-primary .external rect {
    fill: transparent;
}

section.buttons a p {
    font-weight: 400;
}

section.buttons a svg path {
transition: fill 250ms ease-in-out;
}
section.buttons a:hover svg path {
    fill: var(--viridian);
}