
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');
body { font-family: 'Inter', sans-serif; }
.streamer-card { transition: all 0.2s ease; }
.streamer-card:hover { transform: translate(-4px, -4px); box-shadow: 12px 12px 0px #2d1a12; }
