:root {
    --sand: #f4e4c1;
    --ocean: #1a5f7a;
    --ocean-light: #57c5b6;
    --sky: #87ceeb;
    --sunset: #ff6b35;
    --foam: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Syne', sans-serif;
    overflow-x: hidden;
    background: #0a0a0a;
}

.landing-section {
    min-height: 100vh;
}
