@font-face {
    font-family: 'AlQabas';
    src: url('/static/fonts/AlQabas-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: 'AlQabas', sans-serif;
    background: #f5f6f8;
}

.navbar-brand {
    font-weight: 700;
}

.card {
    border: none;
    border-radius: 16px;
}

.form-control,
.form-select {
    border-radius: 12px;
}

.btn {
    border-radius: 12px;
}

.brand-logo {
    max-height: 120px;
    max-width: 220px;
    object-fit: contain;
}

.feedback-card {
    max-width: 750px;
    margin: auto;
}
