/* assets/style.css - very small custom styles for Madax Escrow demo */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f7f8fb;
}
.container {
    max-width: 1100px;
}
.card {
    border-radius: 6px;
}
.navbar-brand {
    font-weight: 600;
}
small.text-muted {
    font-size: .85rem;
}
