@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body { 
    font-family: 'Inter', sans-serif; 
    background: #fafafa;
}

.minimal-card {
    background: white;
    border: 1px solid #e5e7eb;
}

.minimal-hover {
    transition: all 0.2s ease;
}

.minimal-hover:hover {
    border-color: #d1d5db;
}
