/**
 * HEPIPLUS Frontend Styles
 */

.hepi-frontend {
    font-family: 'Host Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.hepi-quest-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

.hepi-quest-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.hepi-points-badge {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    background: #f0f0f0;
    font-weight: bold;
}
