.card-skeleton{width:350px;height:439px;border-radius:12px;background-color:#e0e0e0;position:relative;overflow:hidden}.card-skeleton:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#e0e0e0 0,#f0f0f0 50%,#e0e0e0);animation:shimmer 1.5s linear infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.popular-fonts{margin-top:84px;display:flex;justify-content:space-between;align-items:end}.popular-container{display:flex;flex-direction:column;gap:16px}.popular-container .top-text{font-weight:600;font-size:16px;line-height:24px;letter-spacing:0}