body {
    font-family: system-ui, sans-serif;
}

.app-card:hover {
    transform: translateY(-2px);
    transition: 0.2s;
}
