/* public/assets/style.css */

body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f9fa;
}

h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.card {
    border-radius: 12px;
}

.table {
    border-radius: 8px;
    overflow: hidden;
}

.table th,
.table td {
    vertical-align: middle;
}

.btn {
    border-radius: 6px;
}

.alert {
    border-radius: 6px;
}

textarea.form-control {
    resize: none;
}

.navbar-brand {
    font-weight: 600;
    letter-spacing: 0.5px;
}
