/* public/css/custom.css */
body {
    font-family: 'Segoe UI', sans-serif;
}

input, button {
    font-family: inherit;
}

.bg-bnu {
    background: linear-gradient(to bottom right, #1e3a8a, #1e40af, #1d4ed8);
}
