/* css/style.css */

/* Inter font ayarları */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

a {
    text-decoration: none;
}

.content a {
    color: #2563eb;
}

.content a:hover {
    text-decoration: underline;
}