/* Google Fonts: Inter, Nunito, Rubik, Poppins, Open Sans, Lato, Roboto */
body, .form-control, .form-select, .btn, .table, .card, .sidebar, .main-content, h1, h2, h3, h4, h5, h6, .badge, .alert {
    font-family: 'Inter', 'Nunito', 'Rubik', 'Poppins', 'Open Sans', 'Lato', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
    font-feature-settings: "ss01" on, "cv01" on;
    letter-spacing: 0.01em;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Başlıklar için daha yumuşak ve modern görünüm */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
    letter-spacing: 0.01em;
}

/* Kartlar ve butonlar için köşe yumuşatma */
.card, .btn, .form-control, .form-select {
    border-radius: 8px !important;
}

/* Badge ve tablo başlıkları için modern font */
.badge, .table th {
    font-family: 'Inter', 'Nunito', 'Rubik', 'Poppins', 'Open Sans', 'Lato', 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
}
