import styled from 'styled-components'; import { motion } from 'framer-motion'; export const Anchor = styled(motion.a)` color: rgba(var(--rlm-accent-rgba)); cursor: pointer; `;