:root { --gorillas: #312b69; --gorillas-dark: #211d4b; }
body { background: #f5f5f8; color: #262330; }
.brand-bar { background: var(--gorillas); }
.btn-brand { background: var(--gorillas); color: #fff; }
.btn-brand:hover, .btn-brand:focus { background: var(--gorillas-dark); color: #fff; }
.section-title { color: var(--gorillas); border-bottom: 1px solid #e5e3ec; padding-bottom: .65rem; }
.form-control:focus, .form-select:focus { border-color: #8c86b5; box-shadow: 0 0 0 .25rem rgba(49,43,105,.12); }
