/* 1. Global Styles */
body {
    font-family: 'San Francisco', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

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

/* 4. Section Styles */
section {
    padding: 100px 20px;
    height: 100vh; /* Full height for each section */
}
