assets/components/card.css
.card {
- background: #ffffff;
- color: #0c0d10;
- border-radius: 18px;
- box-shadow: 0 10px 30px rgba(18,24,40,.08);
+ background: var(--surface);
+ color: var(--text-1);
+ border-radius: var(--radius);
+ box-shadow: var(--shadow);
}