1export const fadeIn = { animation: "fade-in 0.4s" };
2
3export const btnClass =
4 "bg-transparent hover:bg-accent/10 active:scale-95 border-accent text-accent rounded-md border px-4 py-1.5 font-medium transition";
5
6export const btnStyle = { "font-size": "clamp(1rem, 3vw, 1.5rem)" };