@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.display-4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.lead {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* Alert stilleri */
.alert {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

.alert-dismissible .btn-close {
    padding: 1.25rem;
}