/* FILE: /public/style.css */
:root { --brand:#0d6efd; }
body { font-feature-settings:"liga" 1; }
.nav-link.active { font-weight:600; color: var(--brand)!important; }
.card ul li { margin: .25rem 0; }
footer a { text-decoration: none; }
.display-6 { font-weight:700; }

