@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Cairo", sans-serif;
    
}

.glass-effect {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}