@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    scroll-behavior: smooth;
}

.clip-hero {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.text-shadow {
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #166534;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #14532D;
}
