a {

color: var(--meka-accent);
font-weight: 700;
text-decoration: none;
transition: 150ms ease-in;

}

a:hover {

color: var(--meka-matrix);

}