body {
    font-family: 'Inter', sans-serif;
}
/* One-page scroll animasyonunu yumuşatmak için */
html {
    scroll-behavior: smooth;
}
