/* Custom Geometric Styles */
.clip-path-slant {
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Button Hover Tilt Effect */
button, a {
    transition: all 0.2s ease-in-out;
}
