/* Default front theme — light Bootstrap 5 accents */
:root { --bs-primary: #4f46e5; }
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: #1f2937; }
.navbar-brand { letter-spacing: -.02em; }
.text-primary { color: #4f46e5 !important; }
.btn-primary { --bs-btn-bg: #4f46e5; --bs-btn-border-color: #4f46e5; --bs-btn-hover-bg: #4338ca; --bs-btn-hover-border-color: #4338ca; }
a { color: #4f46e5; }
main img { max-width: 100%; height: auto; }
