@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: linear-gradient(to bottom, #f5f5f5, #d1d5db);
min-height: 100vh;
}
[data-feather="square"] {
    stroke-width: 1;
}
/* Lighter block hover effects */
.hover\:-translate-y-1:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05) !important;
}

/* Make text lighter */
.text-gray-800 {
    color: #374151;
}
.text-gray-500 {
    color: #4b5563;
}
