@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap";

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

/* Remove default styles that might conflict */
* {
  margin: 0;
  padding: 0;
}

/* Remove list styling for nav and footer only */
nav ul,
footer ul {
  list-style: none;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}
