body { font-family: 'Inter', sans-serif; }
.selection-red::selection { background-color: #dc2626; color: white; }

/* Reset default outlines/borders that might appear in CMS previews */
button, a, div { outline: none !important; border-style: none; }

/* Navigation scroll effect */
.nav-blur { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

/* Portfolio Hover Effect Details */
.portfolio-card {
    transition: all 0.5s ease;
}
.portfolio-card:hover {
    transform: translateY(-8px);
    background-color: rgba(255, 255, 255, 0.03);
}
