/* =============================================================
   projects-index.css — Projects listing page specific styles
   ============================================================= */

/* ── Card footer meta ────────────────────────────────────────── */
.pc-foot-meta {
    display: flex;
    align-items: center;
    gap: 7px;
}
.pc-type-lbl {
    font-family: "DM Mono", monospace;
    font-size: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--muted);
}
.pc-foot-prog {
    font-family: "DM Mono", monospace;
    font-size: 8px;
    color: var(--accent2);
    font-weight: 500;
}
.proj-card {
    cursor: pointer;
}
