@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Space+Grotesk:wght@300..700&display=swap");

/* --- BURSA RUHU ROOT --- */
:root {
    --main-bg: hsla(204, 100%, 96%);
    --second-bg: hsla(204, 100%, 90%);
    --accent: hsla(196, 100%, 45%);
    --title: hsla(196, 100%, 15%);
    --text: hsla(196, 100%, 10%);
    --main-text: #065c59;
    --second-text: #207983;
}

/* --- GENEL --- */
* {
    padding: 0;
    margin: 0;
    font-family: "Manrope", sans-serif;
}

body {
    background-color: var(--main-bg);
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 100px; /* Menü yüksekliğinden biraz fazla verin */
}
