@charset "utf-8";

.eveArrow {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: var(--primary);
    aspect-ratio: 29 /11;
}